Html Css Color HEX #387005 Bilbao

📋 copy color: '#387005'

red 56 ◦ green 112 ◦ blue 5

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

Shades of Bilbao #387005

Tints of Bilbao #387005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 64.74%

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 32.37%
G = 64.74%
B = 2.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#387005 (or 0x387005) is known color: Bilbao. HEX triplet: 38, 70 and 05. RGB value is (56,112,5). Sum of RGB (Red+Green+Blue) = 56+112+5=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #387005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387005 is #C78FFA. Grayscale: #535353. Windows color (decimal): -13078523 or 356408. OLE color: 356408.

HSL color Cylindrical-coordinate representation of color #387005: hue angle of 91.4º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #387005 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 5 -
CMYK 0.50 0 0.96 0.56
HSL 91.4º 0.91% 0.23% -
HSV(B) 91.4º 0.96% 0.44% -
XYZ 7.45 12.44 2.15 -
YUV 83.06 83.95 108.7 -
System Red Green Blue C M Y K H S L
Decimal 56 112 5 0.50 0 0.96 0.56 91.4 0.91 0.23
Hex 38 70 5 32 0 60 38 5B 5B 17
Octal 70 160 5 62 0 140 70 133 133 27
Binary 111000 1110000 101 110010 0 1100000 111000 1011011 1011011 10111

Color Harmonies of #387005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387005

Black with #387005

Text Example


Text Example

White with #387005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387005; }

 p { color: rgb(56,112,5); }

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

background-color css

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

 a { background-color: rgb(56,112,5); }

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

border-color css

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

 span { border-color: rgb(56,112,5); }

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