Html Css Color HEX #354838 Timber Green

📋 copy color: '#354838'

red 53 ◦ green 72 ◦ blue 56

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

Shades of Timber Green #354838

Tints of Timber Green #354838

RGB

 RED value IS 53 (21.09% from 255) = 29.28%

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

 BLUE value IS 56 (22.27% from 255) = 30.94%

R = 29.28%
G = 39.78%
B = 30.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#354838 (or 0x354838) is known color: Timber Green. HEX triplet: 35, 48 and 38. RGB value is (53,72,56). Sum of RGB (Red+Green+Blue) = 53+72+56=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #354838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354838 is #CAB7C7. Grayscale: #404040. Windows color (decimal): -13285320 or 3688501. OLE color: 3688501.

HSL color Cylindrical-coordinate representation of color #354838: hue angle of 129.47º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #354838 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 56 -
CMYK 0.26 0 0.22 0.72
HSL 129.47º 0.15% 0.25% -
HSV(B) 129.47º 0.26% 0.28% -
XYZ 4.5 5.68 4.6 -
YUV 64.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 53 72 56 0.26 0 0.22 0.72 129.47 0.15 0.25
Hex 35 48 38 1A 0 16 48 81 F 19
Octal 65 110 70 32 0 26 110 201 17 31
Binary 110101 1001000 111000 11010 0 10110 1001000 10000001 1111 11001

Color Harmonies of #354838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354838

Black with #354838

Text Example


Text Example

White with #354838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354838; }

 p { color: rgb(53,72,56); }

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

background-color css

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

 a { background-color: rgb(53,72,56); }

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

border-color css

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

 span { border-color: rgb(53,72,56); }

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