Html Css Color HEX #386B18 Bilbao

📋 copy color: '#386B18'

red 56 ◦ green 107 ◦ blue 24

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

Shades of Bilbao #386B18

Tints of Bilbao #386B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.83%

R = 29.95%
G = 57.22%
B = 12.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#386B18 (or 0x386B18) is known color: Bilbao. HEX triplet: 38, 6B and 18. RGB value is (56,107,24). Sum of RGB (Red+Green+Blue) = 56+107+24=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 107 (42.19% from 255 or 57.22% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 107 - color contains mainly: green. Hex color #386B18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386B18 is #C794E7. Grayscale: #525252. Windows color (decimal): -13079784 or 1600312. OLE color: 1600312.

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

Color convert

RGB 56 107 24 -
CMYK 0.48 0 0.78 0.58
HSL 96.87º 0.63% 0.26% -
HSV(B) 96.87º 0.78% 0.42% -
XYZ 7.05 11.42 2.7 -
YUV 82.29 95.1 109.25 -
System Red Green Blue C M Y K H S L
Decimal 56 107 24 0.48 0 0.78 0.58 96.87 0.63 0.26
Hex 38 6B 18 30 0 4E 3A 61 3F 1A
Octal 70 153 30 60 0 116 72 141 77 32
Binary 111000 1101011 11000 110000 0 1001110 111010 1100001 111111 11010

Color Harmonies of #386B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B18

Black with #386B18

Text Example


Text Example

White with #386B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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