Html Css Color HEX #387106 Bilbao

📋 copy color: '#387106'

red 56 ◦ green 113 ◦ blue 6

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

Shades of Bilbao #387106

Tints of Bilbao #387106

RGB

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

 GREEN value IS 113 (44.53% from 255) = 64.57%

 BLUE value IS 6 (2.73% from 255) = 3.43%

R = 32%
G = 64.57%
B = 3.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#387106 (or 0x387106) is known color: Bilbao. HEX triplet: 38, 71 and 06. RGB value is (56,113,6). Sum of RGB (Red+Green+Blue) = 56+113+6=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 113 (44.53% from 255 or 64.57% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 113 - color contains mainly: green. Hex color #387106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387106 is #C78EF9. Grayscale: #545454. Windows color (decimal): -13078266 or 422200. OLE color: 422200.

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

Color convert

RGB 56 113 6 -
CMYK 0.50 0 0.95 0.56
HSL 91.96º 0.9% 0.23% -
HSV(B) 91.96º 0.95% 0.44% -
XYZ 7.57 12.66 2.22 -
YUV 83.76 84.12 108.2 -
System Red Green Blue C M Y K H S L
Decimal 56 113 6 0.50 0 0.95 0.56 91.96 0.9 0.23
Hex 38 71 6 32 0 5F 38 5C 5A 17
Octal 70 161 6 62 0 137 70 134 132 27
Binary 111000 1110001 110 110010 0 1011111 111000 1011100 1011010 10111

Color Harmonies of #387106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387106

Black with #387106

Text Example


Text Example

White with #387106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387106; }

 p { color: rgb(56,113,6); }

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

background-color css

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

 a { background-color: rgb(56,113,6); }

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

border-color css

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

 span { border-color: rgb(56,113,6); }

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