Html Css Color HEX #387918 Bilbao

📋 copy color: '#387918'

red 56 ◦ green 121 ◦ blue 24

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

Shades of Bilbao #387918

Tints of Bilbao #387918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 60.2%

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

R = 27.86%
G = 60.2%
B = 11.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#387918 (or 0x387918) is known color: Bilbao. HEX triplet: 38, 79 and 18. RGB value is (56,121,24). Sum of RGB (Red+Green+Blue) = 56+121+24=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 121 (47.66% from 255 or 60.20% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 121 - color contains mainly: green. Hex color #387918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387918 is #C786E7. Grayscale: #5A5A5A. Windows color (decimal): -13076200 or 1603896. OLE color: 1603896.

HSL color Cylindrical-coordinate representation of color #387918: hue angle of 100.21º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #387918 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 121 24 -
CMYK 0.54 0 0.80 0.53
HSL 100.21º 0.67% 0.28% -
HSV(B) 100.21º 0.8% 0.47% -
XYZ 8.63 14.58 3.22 -
YUV 90.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 56 121 24 0.54 0 0.80 0.53 100.21 0.67 0.28
Hex 38 79 18 36 0 50 35 64 43 1C
Octal 70 171 30 66 0 120 65 144 103 34
Binary 111000 1111001 11000 110110 0 1010000 110101 1100100 1000011 11100

Color Harmonies of #387918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387918

Black with #387918

Text Example


Text Example

White with #387918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387918; }

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

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

background-color css

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

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

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

border-color css

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

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

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