Html Css Color HEX #414842 Timber Green

📋 copy color: '#414842'

red 65 ◦ green 72 ◦ blue 66

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

Shades of Timber Green #414842

Tints of Timber Green #414842

RGB

 RED value IS 65 (25.78% from 255) = 32.02%

 GREEN value IS 72 (28.52% from 255) = 35.47%

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 32.02%
G = 35.47%
B = 32.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#414842 (or 0x414842) is known color: Timber Green. HEX triplet: 41, 48 and 42. RGB value is (65,72,66). Sum of RGB (Red+Green+Blue) = 65+72+66=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 72 - color contains mainly: green. Hex color #414842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414842 is #BEB7BD. Grayscale: #454545. Windows color (decimal): -12498878 or 4343873. OLE color: 4343873.

HSL color Cylindrical-coordinate representation of color #414842: hue angle of 128.57º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #414842 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 66 -
CMYK 0.10 0 0.08 0.72
HSL 128.57º 0.05% 0.27% -
HSV(B) 128.57º 0.1% 0.28% -
XYZ 5.48 6.15 6.05 -
YUV 69.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 65 72 66 0.10 0 0.08 0.72 128.57 0.05 0.27
Hex 41 48 42 A 0 8 48 81 5 1B
Octal 101 110 102 12 0 10 110 201 5 33
Binary 1000001 1001000 1000010 1010 0 1000 1001000 10000001 101 11011

Color Harmonies of #414842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414842

Black with #414842

Text Example


Text Example

White with #414842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414842; }

 p { color: rgb(65,72,66); }

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

background-color css

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

 a { background-color: rgb(65,72,66); }

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

border-color css

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

 span { border-color: rgb(65,72,66); }

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