Html Css Color HEX #3B453E Timber Green

📋 copy color: '#3B453E'

red 59 ◦ green 69 ◦ blue 62

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

Shades of Timber Green #3B453E

Tints of Timber Green #3B453E

RGB

 RED value IS 59 (23.44% from 255) = 31.05%

 GREEN value IS 69 (27.34% from 255) = 36.32%

 BLUE value IS 62 (24.61% from 255) = 32.63%

R = 31.05%
G = 36.32%
B = 32.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#3B453E (or 0x3B453E) is known color: Timber Green. HEX triplet: 3B, 45 and 3E. RGB value is (59,69,62). Sum of RGB (Red+Green+Blue) = 59+69+62=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 69 - color contains mainly: green. Hex color #3B453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B453E is #C4BAC1. Grayscale: #414141. Windows color (decimal): -12892866 or 4080955. OLE color: 4080955.

HSL color Cylindrical-coordinate representation of color #3B453E: hue angle of 138º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3B453E is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 69 62 -
CMYK 0.14 0 0.10 0.73
HSL 138º 0.08% 0.25% -
HSV(B) 138º 0.14% 0.27% -
XYZ 4.8 5.53 5.37 -
YUV 65.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 59 69 62 0.14 0 0.10 0.73 138 0.08 0.25
Hex 3B 45 3E E 0 A 49 8A 8 19
Octal 73 105 76 16 0 12 111 212 10 31
Binary 111011 1000101 111110 1110 0 1010 1001001 10001010 1000 11001

Color Harmonies of #3B453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B453E

Black with #3B453E

Text Example


Text Example

White with #3B453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B453E; }

 p { color: rgb(59,69,62); }

 H1.HeaderClassName
 {
   color: #3B453E;
 }
 .AnyTagClassName
 {
   color: #3B453E;
 }
</style>

background-color css

<style>
 a { background-color: #3B453E; }

 a { background-color: rgb(59,69,62); }

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

border-color css

<style>
 span { border-color: #3B453E; }

 span { border-color: rgb(59,69,62); }

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