Html Css Color HEX #387D18 Bilbao

📋 copy color: '#387D18'

red 56 ◦ green 125 ◦ blue 24

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

Shades of Bilbao #387D18

Tints of Bilbao #387D18

RGB

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

 GREEN value IS 125 (49.22% from 255) = 60.98%

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

R = 27.32%
G = 60.98%
B = 11.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#387D18 (or 0x387D18) is known color: Bilbao. HEX triplet: 38, 7D and 18. RGB value is (56,125,24). Sum of RGB (Red+Green+Blue) = 56+125+24=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #387D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387D18 is #C782E7. Grayscale: #5D5D5D. Windows color (decimal): -13075176 or 1604920. OLE color: 1604920.

HSL color Cylindrical-coordinate representation of color #387D18: hue angle of 100.99º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #387D18 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 125 24 -
CMYK 0.55 0 0.81 0.51
HSL 100.99º 0.68% 0.29% -
HSV(B) 100.99º 0.81% 0.49% -
XYZ 9.13 15.57 3.39 -
YUV 92.86 89.14 101.71 -
System Red Green Blue C M Y K H S L
Decimal 56 125 24 0.55 0 0.81 0.51 100.99 0.68 0.29
Hex 38 7D 18 37 0 51 33 65 44 1D
Octal 70 175 30 67 0 121 63 145 104 35
Binary 111000 1111101 11000 110111 0 1010001 110011 1100101 1000100 11101

Color Harmonies of #387D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D18

Black with #387D18

Text Example


Text Example

White with #387D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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