Html Css Color HEX #386A13 Bilbao

📋 copy color: '#386A13'

red 56 ◦ green 106 ◦ blue 19

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

Shades of Bilbao #386A13

Tints of Bilbao #386A13

RGB

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

 GREEN value IS 106 (41.8% from 255) = 58.56%

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

R = 30.94%
G = 58.56%
B = 10.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#386A13 (or 0x386A13) is known color: Bilbao. HEX triplet: 38, 6A and 13. RGB value is (56,106,19). Sum of RGB (Red+Green+Blue) = 56+106+19=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 106 (41.80% from 255 or 58.56% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 106 - color contains mainly: green. Hex color #386A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386A13 is #C795EC. Grayscale: #515151. Windows color (decimal): -13080045 or 1272376. OLE color: 1272376.

HSL color Cylindrical-coordinate representation of color #386A13: hue angle of 94.48º 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 #386A13 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 106 19 -
CMYK 0.47 0 0.82 0.58
HSL 94.48º 0.7% 0.25% -
HSV(B) 94.48º 0.82% 0.42% -
XYZ 6.9 11.2 2.41 -
YUV 81.13 92.94 110.07 -
System Red Green Blue C M Y K H S L
Decimal 56 106 19 0.47 0 0.82 0.58 94.48 0.7 0.25
Hex 38 6A 13 2F 0 52 3A 5E 46 19
Octal 70 152 23 57 0 122 72 136 106 31
Binary 111000 1101010 10011 101111 0 1010010 111010 1011110 1000110 11001

Color Harmonies of #386A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A13

Black with #386A13

Text Example


Text Example

White with #386A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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