Html Css Color HEX #386D0C Bilbao

📋 copy color: '#386D0C'

red 56 ◦ green 109 ◦ blue 12

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

Shades of Bilbao #386D0C

Tints of Bilbao #386D0C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 61.58%

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

R = 31.64%
G = 61.58%
B = 6.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#386D0C (or 0x386D0C) is known color: Bilbao. HEX triplet: 38, 6D and 0C. RGB value is (56,109,12). Sum of RGB (Red+Green+Blue) = 56+109+12=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 109 (42.97% from 255 or 61.58% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 109 - color contains mainly: green. Hex color #386D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386D0C is #C792F3. Grayscale: #525252. Windows color (decimal): -13079284 or 814392. OLE color: 814392.

HSL color Cylindrical-coordinate representation of color #386D0C: hue angle of 92.78º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #386D0C is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 109 12 -
CMYK 0.49 0 0.89 0.57
HSL 92.78º 0.8% 0.24% -
HSV(B) 92.78º 0.89% 0.43% -
XYZ 7.17 11.8 2.25 -
YUV 82.1 88.44 109.39 -
System Red Green Blue C M Y K H S L
Decimal 56 109 12 0.49 0 0.89 0.57 92.78 0.8 0.24
Hex 38 6D C 31 0 59 39 5D 50 18
Octal 70 155 14 61 0 131 71 135 120 30
Binary 111000 1101101 1100 110001 0 1011001 111001 1011101 1010000 11000

Color Harmonies of #386D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386D0C

Black with #386D0C

Text Example


Text Example

White with #386D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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