Html Css Color HEX #387306 Bilbao

📋 copy color: '#387306'

red 56 ◦ green 115 ◦ blue 6

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

Shades of Bilbao #387306

Tints of Bilbao #387306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 64.97%

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

R = 31.64%
G = 64.97%
B = 3.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#387306 (or 0x387306) is known color: Bilbao. HEX triplet: 38, 73 and 06. RGB value is (56,115,6). Sum of RGB (Red+Green+Blue) = 56+115+6=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 115 (45.31% from 255 or 64.97% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 115 - color contains mainly: green. Hex color #387306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387306 is #C78CF9. Grayscale: #555555. Windows color (decimal): -13077754 or 422712. OLE color: 422712.

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

Color convert

RGB 56 115 6 -
CMYK 0.51 0 0.95 0.55
HSL 92.48º 0.9% 0.24% -
HSV(B) 92.48º 0.95% 0.45% -
XYZ 7.79 13.12 2.29 -
YUV 84.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 56 115 6 0.51 0 0.95 0.55 92.48 0.9 0.24
Hex 38 73 6 33 0 5F 37 5C 5A 18
Octal 70 163 6 63 0 137 67 134 132 30
Binary 111000 1110011 110 110011 0 1011111 110111 1011100 1011010 11000

Color Harmonies of #387306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387306

Black with #387306

Text Example


Text Example

White with #387306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387306; }

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

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

background-color css

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

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

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

border-color css

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

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

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