Html Css Color HEX #333D32 Palm Leaf

📋 copy color: '#333D32'

red 51 ◦ green 61 ◦ blue 50

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

Shades of Palm Leaf #333D32

Tints of Palm Leaf #333D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.65%

 BLUE value IS 50 (19.92% from 255) = 30.86%

R = 31.48%
G = 37.65%
B = 30.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#333D32 (or 0x333D32) is known color: Palm Leaf. HEX triplet: 33, 3D and 32. RGB value is (51,61,50). Sum of RGB (Red+Green+Blue) = 51+61+50=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 61 - color contains mainly: green. Hex color #333D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D32 is #CCC2CD. Grayscale: #383838. Windows color (decimal): -13419214 or 3292467. OLE color: 3292467.

HSL color Cylindrical-coordinate representation of color #333D32: hue angle of 114.55º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #333D32 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 61 50 -
CMYK 0.16 0 0.18 0.76
HSL 114.55º 0.1% 0.22% -
HSV(B) 114.55º 0.18% 0.24% -
XYZ 3.61 4.27 3.65 -
YUV 56.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 51 61 50 0.16 0 0.18 0.76 114.55 0.1 0.22
Hex 33 3D 32 10 0 12 4C 73 A 16
Octal 63 75 62 20 0 22 114 163 12 26
Binary 110011 111101 110010 10000 0 10010 1001100 1110011 1010 10110

Color Harmonies of #333D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333D32

Black with #333D32

Text Example


Text Example

White with #333D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333D32; }

 p { color: rgb(51,61,50); }

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

background-color css

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

 a { background-color: rgb(51,61,50); }

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

border-color css

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

 span { border-color: rgb(51,61,50); }

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