Html Css Color HEX #334A2F Palm Leaf

📋 copy color: '#334A2F'

red 51 ◦ green 74 ◦ blue 47

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

Shades of Palm Leaf #334A2F

Tints of Palm Leaf #334A2F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.02%

 BLUE value IS 47 (18.75% from 255) = 27.33%

R = 29.65%
G = 43.02%
B = 27.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#334A2F (or 0x334A2F) is known color: Palm Leaf. HEX triplet: 33, 4A and 2F. RGB value is (51,74,47). Sum of RGB (Red+Green+Blue) = 51+74+47=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #334A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334A2F is #CCB5D0. Grayscale: #404040. Windows color (decimal): -13415889 or 3099187. OLE color: 3099187.

HSL color Cylindrical-coordinate representation of color #334A2F: hue angle of 111.11º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #334A2F is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 74 47 -
CMYK 0.31 0 0.36 0.71
HSL 111.11º 0.22% 0.24% -
HSV(B) 111.11º 0.36% 0.29% -
XYZ 4.33 5.81 3.58 -
YUV 64.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 51 74 47 0.31 0 0.36 0.71 111.11 0.22 0.24
Hex 33 4A 2F 1F 0 24 47 6F 16 18
Octal 63 112 57 37 0 44 107 157 26 30
Binary 110011 1001010 101111 11111 0 100100 1000111 1101111 10110 11000

Color Harmonies of #334A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A2F

Black with #334A2F

Text Example


Text Example

White with #334A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334A2F; }

 p { color: rgb(51,74,47); }

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

background-color css

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

 a { background-color: rgb(51,74,47); }

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

border-color css

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

 span { border-color: rgb(51,74,47); }

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