Html Css Color HEX #386A1D Bilbao

📋 copy color: '#386A1D'

red 56 ◦ green 106 ◦ blue 29

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

Shades of Bilbao #386A1D

Tints of Bilbao #386A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.18%

R = 29.32%
G = 55.5%
B = 15.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#386A1D (or 0x386A1D) is known color: Bilbao. HEX triplet: 38, 6A and 1D. RGB value is (56,106,29). Sum of RGB (Red+Green+Blue) = 56+106+29=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #386A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A1D is #C795E2. Grayscale: #525252. Windows color (decimal): -13080035 or 1927736. OLE color: 1927736.

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

Color convert

RGB 56 106 29 -
CMYK 0.47 0 0.73 0.58
HSL 98.96º 0.57% 0.26% -
HSV(B) 98.96º 0.73% 0.42% -
XYZ 7.01 11.24 2.96 -
YUV 82.27 97.94 109.26 -
System Red Green Blue C M Y K H S L
Decimal 56 106 29 0.47 0 0.73 0.58 98.96 0.57 0.26
Hex 38 6A 1D 2F 0 49 3A 63 39 1A
Octal 70 152 35 57 0 111 72 143 71 32
Binary 111000 1101010 11101 101111 0 1001001 111010 1100011 111001 11010

Color Harmonies of #386A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A1D

Black with #386A1D

Text Example


Text Example

White with #386A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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