Html Css Color HEX #386B13 Bilbao

📋 copy color: '#386B13'

red 56 ◦ green 107 ◦ blue 19

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

Shades of Bilbao #386B13

Tints of Bilbao #386B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.44%

R = 30.77%
G = 58.79%
B = 10.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#386B13 (or 0x386B13) is known color: Bilbao. HEX triplet: 38, 6B and 13. RGB value is (56,107,19). Sum of RGB (Red+Green+Blue) = 56+107+19=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #386B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386B13 is #C794EC. Grayscale: #525252. Windows color (decimal): -13079789 or 1272632. OLE color: 1272632.

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

Color convert

RGB 56 107 19 -
CMYK 0.48 0 0.82 0.58
HSL 94.77º 0.7% 0.25% -
HSV(B) 94.77º 0.82% 0.42% -
XYZ 7.01 11.4 2.45 -
YUV 81.72 92.6 109.66 -
System Red Green Blue C M Y K H S L
Decimal 56 107 19 0.48 0 0.82 0.58 94.77 0.7 0.25
Hex 38 6B 13 30 0 52 3A 5F 46 19
Octal 70 153 23 60 0 122 72 137 106 31
Binary 111000 1101011 10011 110000 0 1010010 111010 1011111 1000110 11001

Color Harmonies of #386B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B13

Black with #386B13

Text Example


Text Example

White with #386B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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