Html Css Color HEX #386F09 Bilbao

📋 copy color: '#386F09'

red 56 ◦ green 111 ◦ blue 9

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

Shades of Bilbao #386F09

Tints of Bilbao #386F09

RGB

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

 GREEN value IS 111 (43.75% from 255) = 63.07%

 BLUE value IS 9 (3.91% from 255) = 5.11%

R = 31.82%
G = 63.07%
B = 5.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#386F09 (or 0x386F09) is known color: Bilbao. HEX triplet: 38, 6F and 09. RGB value is (56,111,9). Sum of RGB (Red+Green+Blue) = 56+111+9=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 111 (43.75% from 255 or 63.07% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 111 - color contains mainly: green. Hex color #386F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386F09 is #C790F6. Grayscale: #535353. Windows color (decimal): -13078775 or 618296. OLE color: 618296.

HSL color Cylindrical-coordinate representation of color #386F09: hue angle of 92.35º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #386F09 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 9 -
CMYK 0.50 0 0.92 0.56
HSL 92.35º 0.85% 0.24% -
HSV(B) 92.35º 0.92% 0.44% -
XYZ 7.36 12.23 2.23 -
YUV 82.93 86.28 108.79 -
System Red Green Blue C M Y K H S L
Decimal 56 111 9 0.50 0 0.92 0.56 92.35 0.85 0.24
Hex 38 6F 9 32 0 5C 38 5C 55 18
Octal 70 157 11 62 0 134 70 134 125 30
Binary 111000 1101111 1001 110010 0 1011100 111000 1011100 1010101 11000

Color Harmonies of #386F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F09

Black with #386F09

Text Example


Text Example

White with #386F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386F09; }

 p { color: rgb(56,111,9); }

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

background-color css

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

 a { background-color: rgb(56,111,9); }

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

border-color css

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

 span { border-color: rgb(56,111,9); }

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