Html Css Color HEX #334038 Timber Green

📋 copy color: '#334038'

red 51 ◦ green 64 ◦ blue 56

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

Shades of Timber Green #334038

Tints of Timber Green #334038

RGB

 RED value IS 51 (20.31% from 255) = 29.82%

 GREEN value IS 64 (25.39% from 255) = 37.43%

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

R = 29.82%
G = 37.43%
B = 32.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#334038 (or 0x334038) is known color: Timber Green. HEX triplet: 33, 40 and 38. RGB value is (51,64,56). Sum of RGB (Red+Green+Blue) = 51+64+56=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #334038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334038 is #CCBFC7. Grayscale: #3B3B3B. Windows color (decimal): -13418440 or 3686451. OLE color: 3686451.

HSL color Cylindrical-coordinate representation of color #334038: hue angle of 143.08º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #334038 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 64 56 -
CMYK 0.20 0 0.13 0.75
HSL 143.08º 0.11% 0.23% -
HSV(B) 143.08º 0.2% 0.25% -
XYZ 3.91 4.66 4.43 -
YUV 59.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 51 64 56 0.20 0 0.13 0.75 143.08 0.11 0.23
Hex 33 40 38 14 0 D 4B 8F B 17
Octal 63 100 70 24 0 15 113 217 13 27
Binary 110011 1000000 111000 10100 0 1101 1001011 10001111 1011 10111

Color Harmonies of #334038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334038

Black with #334038

Text Example


Text Example

White with #334038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334038; }

 p { color: rgb(51,64,56); }

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

background-color css

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

 a { background-color: rgb(51,64,56); }

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

border-color css

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

 span { border-color: rgb(51,64,56); }

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