Html Css Color HEX #3A433C Timber Green

📋 copy color: '#3A433C'

red 58 ◦ green 67 ◦ blue 60

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

Shades of Timber Green #3A433C

Tints of Timber Green #3A433C

RGB

 RED value IS 58 (23.05% from 255) = 31.35%

 GREEN value IS 67 (26.56% from 255) = 36.22%

 BLUE value IS 60 (23.83% from 255) = 32.43%

R = 31.35%
G = 36.22%
B = 32.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#3A433C (or 0x3A433C) is known color: Timber Green. HEX triplet: 3A, 43 and 3C. RGB value is (58,67,60). Sum of RGB (Red+Green+Blue) = 58+67+60=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 67 - color contains mainly: green. Hex color #3A433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A433C is #C5BCC3. Grayscale: #3F3F3F. Windows color (decimal): -12958916 or 3949370. OLE color: 3949370.

HSL color Cylindrical-coordinate representation of color #3A433C: hue angle of 133.33º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3A433C is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 67 60 -
CMYK 0.13 0 0.10 0.74
HSL 133.33º 0.07% 0.25% -
HSV(B) 133.33º 0.13% 0.26% -
XYZ 4.57 5.24 5.05 -
YUV 63.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 58 67 60 0.13 0 0.10 0.74 133.33 0.07 0.25
Hex 3A 43 3C D 0 A 4A 85 7 19
Octal 72 103 74 15 0 12 112 205 7 31
Binary 111010 1000011 111100 1101 0 1010 1001010 10000101 111 11001

Color Harmonies of #3A433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A433C

Black with #3A433C

Text Example


Text Example

White with #3A433C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,67,60); }

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

background-color css

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

 a { background-color: rgb(58,67,60); }

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

border-color css

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

 span { border-color: rgb(58,67,60); }

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