Html Css Color HEX #334A26 Palm Leaf

📋 copy color: '#334A26'

red 51 ◦ green 74 ◦ blue 38

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

Shades of Palm Leaf #334A26

Tints of Palm Leaf #334A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.31%

R = 31.29%
G = 45.4%
B = 23.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#334A26 (or 0x334A26) is known color: Palm Leaf. HEX triplet: 33, 4A and 26. RGB value is (51,74,38). Sum of RGB (Red+Green+Blue) = 51+74+38=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #334A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334A26 is #CCB5D9. Grayscale: #3F3F3F. Windows color (decimal): -13415898 or 2509363. OLE color: 2509363.

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

Color convert

RGB 51 74 38 -
CMYK 0.31 0 0.49 0.71
HSL 98.33º 0.32% 0.22% -
HSV(B) 98.33º 0.49% 0.29% -
XYZ 4.16 5.74 2.72 -
YUV 63.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 51 74 38 0.31 0 0.49 0.71 98.33 0.32 0.22
Hex 33 4A 26 1F 0 31 47 62 20 16
Octal 63 112 46 37 0 61 107 142 40 26
Binary 110011 1001010 100110 11111 0 110001 1000111 1100010 100000 10110

Color Harmonies of #334A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334A26

Black with #334A26

Text Example


Text Example

White with #334A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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