Html Css Color HEX #387A18 Bilbao

📋 copy color: '#387A18'

red 56 ◦ green 122 ◦ blue 24

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

Shades of Bilbao #387A18

Tints of Bilbao #387A18

RGB

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

 GREEN value IS 122 (48.05% from 255) = 60.4%

 BLUE value IS 24 (9.77% from 255) = 11.88%

R = 27.72%
G = 60.4%
B = 11.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#387A18 (or 0x387A18) is known color: Bilbao. HEX triplet: 38, 7A and 18. RGB value is (56,122,24). Sum of RGB (Red+Green+Blue) = 56+122+24=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #387A18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387A18 is #C785E7. Grayscale: #5B5B5B. Windows color (decimal): -13075944 or 1604152. OLE color: 1604152.

HSL color Cylindrical-coordinate representation of color #387A18: hue angle of 100.41º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #387A18 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 122 24 -
CMYK 0.54 0 0.80 0.52
HSL 100.41º 0.67% 0.29% -
HSV(B) 100.41º 0.8% 0.48% -
XYZ 8.76 14.83 3.26 -
YUV 91.09 90.13 102.97 -
System Red Green Blue C M Y K H S L
Decimal 56 122 24 0.54 0 0.80 0.52 100.41 0.67 0.29
Hex 38 7A 18 36 0 50 34 64 43 1D
Octal 70 172 30 66 0 120 64 144 103 35
Binary 111000 1111010 11000 110110 0 1010000 110100 1100100 1000011 11101

Color Harmonies of #387A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A18

Black with #387A18

Text Example


Text Example

White with #387A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387A18; }

 p { color: rgb(56,122,24); }

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

background-color css

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

 a { background-color: rgb(56,122,24); }

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

border-color css

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

 span { border-color: rgb(56,122,24); }

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