Html Css Color HEX #386B19 Bilbao

📋 copy color: '#386B19'

red 56 ◦ green 107 ◦ blue 25

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

Shades of Bilbao #386B19

Tints of Bilbao #386B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.3%

R = 29.79%
G = 56.91%
B = 13.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#386B19 (or 0x386B19) is known color: Bilbao. HEX triplet: 38, 6B and 19. RGB value is (56,107,25). Sum of RGB (Red+Green+Blue) = 56+107+25=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #386B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386B19 is #C794E6. Grayscale: #525252. Windows color (decimal): -13079783 or 1665848. OLE color: 1665848.

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

Color convert

RGB 56 107 25 -
CMYK 0.48 0 0.77 0.58
HSL 97.32º 0.62% 0.26% -
HSV(B) 97.32º 0.77% 0.42% -
XYZ 7.06 11.43 2.75 -
YUV 82.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 56 107 25 0.48 0 0.77 0.58 97.32 0.62 0.26
Hex 38 6B 19 30 0 4D 3A 61 3E 1A
Octal 70 153 31 60 0 115 72 141 76 32
Binary 111000 1101011 11001 110000 0 1001101 111010 1100001 111110 11010

Color Harmonies of #386B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B19

Black with #386B19

Text Example


Text Example

White with #386B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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