Html Css Color HEX #387416 Bilbao

📋 copy color: '#387416'

red 56 ◦ green 116 ◦ blue 22

#387416
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #387416

Tints of Bilbao #387416

RGB

 RED value IS 56 (22.27% from 255) = 28.87%

 GREEN value IS 116 (45.7% from 255) = 59.79%

 BLUE value IS 22 (8.98% from 255) = 11.34%

R = 28.87%
G = 59.79%
B = 11.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#387416 (or 0x387416) is known color: Bilbao. HEX triplet: 38, 74 and 16. RGB value is (56,116,22). Sum of RGB (Red+Green+Blue) = 56+116+22=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #387416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387416 is #C78BE9. Grayscale: #575757. Windows color (decimal): -13077482 or 1471544. OLE color: 1471544.

HSL color Cylindrical-coordinate representation of color #387416: hue angle of 98.3º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #387416 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 22 -
CMYK 0.52 0 0.81 0.55
HSL 98.3º 0.68% 0.27% -
HSV(B) 98.3º 0.81% 0.45% -
XYZ 8.02 13.39 2.92 -
YUV 87.34 91.12 105.64 -
System Red Green Blue C M Y K H S L
Decimal 56 116 22 0.52 0 0.81 0.55 98.3 0.68 0.27
Hex 38 74 16 34 0 51 37 62 44 1B
Octal 70 164 26 64 0 121 67 142 104 33
Binary 111000 1110100 10110 110100 0 1010001 110111 1100010 1000100 11011

Color Harmonies of #387416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387416

Black with #387416

Text Example


Text Example

White with #387416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387416; }

 p { color: rgb(56,116,22); }

 H1.HeaderClassName
 {
   color: #387416;
 }
 .AnyTagClassName
 {
   color: #387416;
 }
</style>

background-color css

<style>
 a { background-color: #387416; }

 a { background-color: rgb(56,116,22); }

 div.DivClassName
 {
   background-color: #387416;
 }
 .BgClassName
 {
   background-color: #387416;
 }
</style>

border-color css

<style>
 span { border-color: #387416; }

 span { border-color: rgb(56,116,22); }

 td.TdClassName
 {
   border-color: #387416;
 }
 .TagClassName
 {
   border-color: #387416;
 }
</style>