Html Css Color HEX #386B0C Bilbao

📋 copy color: '#386B0C'

red 56 ◦ green 107 ◦ blue 12

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

Shades of Bilbao #386B0C

Tints of Bilbao #386B0C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 61.14%

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 32%
G = 61.14%
B = 6.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#386B0C (or 0x386B0C) is known color: Bilbao. HEX triplet: 38, 6B and 0C. RGB value is (56,107,12). Sum of RGB (Red+Green+Blue) = 56+107+12=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #386B0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386B0C is #C794F3. Grayscale: #515151. Windows color (decimal): -13079796 or 813880. OLE color: 813880.

HSL color Cylindrical-coordinate representation of color #386B0C: hue angle of 92.21º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #386B0C is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 107 12 -
CMYK 0.48 0 0.89 0.58
HSL 92.21º 0.8% 0.23% -
HSV(B) 92.21º 0.89% 0.42% -
XYZ 6.95 11.38 2.18 -
YUV 80.92 89.1 110.22 -
System Red Green Blue C M Y K H S L
Decimal 56 107 12 0.48 0 0.89 0.58 92.21 0.8 0.23
Hex 38 6B C 30 0 59 3A 5C 50 17
Octal 70 153 14 60 0 131 72 134 120 27
Binary 111000 1101011 1100 110000 0 1011001 111010 1011100 1010000 10111

Color Harmonies of #386B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B0C

Black with #386B0C

Text Example


Text Example

White with #386B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,107,12); }

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

background-color css

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

 a { background-color: rgb(56,107,12); }

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

border-color css

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

 span { border-color: rgb(56,107,12); }

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