Html Css Color HEX #387D16 Bilbao

📋 copy color: '#387D16'

red 56 ◦ green 125 ◦ blue 22

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

Shades of Bilbao #387D16

Tints of Bilbao #387D16

RGB

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

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

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

R = 27.59%
G = 61.58%
B = 10.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#387D16 (or 0x387D16) is known color: Bilbao. HEX triplet: 38, 7D and 16. RGB value is (56,125,22). Sum of RGB (Red+Green+Blue) = 56+125+22=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 125 (49.22% from 255 or 61.58% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 125 - color contains mainly: green. Hex color #387D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387D16 is #C782E9. Grayscale: #5C5C5C. Windows color (decimal): -13075178 or 1473848. OLE color: 1473848.

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

Color convert

RGB 56 125 22 -
CMYK 0.55 0 0.82 0.51
HSL 100.19º 0.7% 0.29% -
HSV(B) 100.19º 0.82% 0.49% -
XYZ 9.11 15.57 3.28 -
YUV 92.63 88.14 101.88 -
System Red Green Blue C M Y K H S L
Decimal 56 125 22 0.55 0 0.82 0.51 100.19 0.7 0.29
Hex 38 7D 16 37 0 52 33 64 46 1D
Octal 70 175 26 67 0 122 63 144 106 35
Binary 111000 1111101 10110 110111 0 1010010 110011 1100100 1000110 11101

Color Harmonies of #387D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D16

Black with #387D16

Text Example


Text Example

White with #387D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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