Html Css Color HEX #396F1D Bilbao

📋 copy color: '#396F1D'

red 57 ◦ green 111 ◦ blue 29

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

Shades of Bilbao #396F1D

Tints of Bilbao #396F1D

RGB

 RED value IS 57 (22.66% from 255) = 28.93%

 GREEN value IS 111 (43.75% from 255) = 56.35%

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

R = 28.93%
G = 56.35%
B = 14.72%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#396F1D (or 0x396F1D) is known color: Bilbao. HEX triplet: 39, 6F and 1D. RGB value is (57,111,29). Sum of RGB (Red+Green+Blue) = 57+111+29=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #396F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F1D is #C690E2. Grayscale: #555555. Windows color (decimal): -13013219 or 1929017. OLE color: 1929017.

HSL color Cylindrical-coordinate representation of color #396F1D: hue angle of 99.51º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #396F1D is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 111 29 -
CMYK 0.49 0 0.74 0.56
HSL 99.51º 0.59% 0.27% -
HSV(B) 99.51º 0.74% 0.44% -
XYZ 7.59 12.33 3.14 -
YUV 85.51 96.11 107.67 -
System Red Green Blue C M Y K H S L
Decimal 57 111 29 0.49 0 0.74 0.56 99.51 0.59 0.27
Hex 39 6F 1D 31 0 4A 38 64 3B 1B
Octal 71 157 35 61 0 112 70 144 73 33
Binary 111001 1101111 11101 110001 0 1001010 111000 1100100 111011 11011

Color Harmonies of #396F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F1D

Black with #396F1D

Text Example


Text Example

White with #396F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396F1D; }

 p { color: rgb(57,111,29); }

 H1.HeaderClassName
 {
   color: #396F1D;
 }
 .AnyTagClassName
 {
   color: #396F1D;
 }
</style>

background-color css

<style>
 a { background-color: #396F1D; }

 a { background-color: rgb(57,111,29); }

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

border-color css

<style>
 span { border-color: #396F1D; }

 span { border-color: rgb(57,111,29); }

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