Html Css Color HEX #39413B Timber Green

📋 copy color: '#39413B'

red 57 ◦ green 65 ◦ blue 59

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

Shades of Timber Green #39413B

Tints of Timber Green #39413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.91%

 BLUE value IS 59 (23.44% from 255) = 32.6%

R = 31.49%
G = 35.91%
B = 32.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#39413B (or 0x39413B) is known color: Timber Green. HEX triplet: 39, 41 and 3B. RGB value is (57,65,59). Sum of RGB (Red+Green+Blue) = 57+65+59=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 65 - color contains mainly: green. Hex color #39413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39413B is #C6BEC4. Grayscale: #3D3D3D. Windows color (decimal): -13024965 or 3883321. OLE color: 3883321.

HSL color Cylindrical-coordinate representation of color #39413B: hue angle of 135º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #39413B is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 65 59 -
CMYK 0.12 0 0.09 0.75
HSL 135º 0.07% 0.24% -
HSV(B) 135º 0.12% 0.25% -
XYZ 4.37 4.97 4.87 -
YUV 61.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 57 65 59 0.12 0 0.09 0.75 135 0.07 0.24
Hex 39 41 3B C 0 9 4B 87 7 18
Octal 71 101 73 14 0 11 113 207 7 30
Binary 111001 1000001 111011 1100 0 1001 1001011 10000111 111 11000

Color Harmonies of #39413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39413B

Black with #39413B

Text Example


Text Example

White with #39413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39413B; }

 p { color: rgb(57,65,59); }

 H1.HeaderClassName
 {
   color: #39413B;
 }
 .AnyTagClassName
 {
   color: #39413B;
 }
</style>

background-color css

<style>
 a { background-color: #39413B; }

 a { background-color: rgb(57,65,59); }

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

border-color css

<style>
 span { border-color: #39413B; }

 span { border-color: rgb(57,65,59); }

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