Html Css Color HEX #387207 Bilbao

📋 copy color: '#387207'

red 56 ◦ green 114 ◦ blue 7

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

Shades of Bilbao #387207

Tints of Bilbao #387207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 64.41%

 BLUE value IS 7 (3.13% from 255) = 3.95%

R = 31.64%
G = 64.41%
B = 3.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#387207 (or 0x387207) is known color: Bilbao. HEX triplet: 38, 72 and 07. RGB value is (56,114,7). Sum of RGB (Red+Green+Blue) = 56+114+7=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #387207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387207 is #C78DF8. Grayscale: #545454. Windows color (decimal): -13078009 or 487992. OLE color: 487992.

HSL color Cylindrical-coordinate representation of color #387207: hue angle of 92.52º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #387207 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 7 -
CMYK 0.51 0 0.94 0.55
HSL 92.52º 0.88% 0.24% -
HSV(B) 92.52º 0.94% 0.45% -
XYZ 7.69 12.89 2.28 -
YUV 84.46 84.28 107.7 -
System Red Green Blue C M Y K H S L
Decimal 56 114 7 0.51 0 0.94 0.55 92.52 0.88 0.24
Hex 38 72 7 33 0 5E 37 5D 58 18
Octal 70 162 7 63 0 136 67 135 130 30
Binary 111000 1110010 111 110011 0 1011110 110111 1011101 1011000 11000

Color Harmonies of #387207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387207

Black with #387207

Text Example


Text Example

White with #387207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387207; }

 p { color: rgb(56,114,7); }

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

background-color css

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

 a { background-color: rgb(56,114,7); }

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

border-color css

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

 span { border-color: rgb(56,114,7); }

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