Html Css Color HEX #333F32 Palm Leaf

📋 copy color: '#333F32'

red 51 ◦ green 63 ◦ blue 50

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

Shades of Palm Leaf #333F32

Tints of Palm Leaf #333F32

RGB

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

 GREEN value IS 63 (25% from 255) = 38.41%

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

R = 31.1%
G = 38.41%
B = 30.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.75

RGB Variations

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

Color information

#333F32 (or 0x333F32) is known color: Palm Leaf. HEX triplet: 33, 3F and 32. RGB value is (51,63,50). Sum of RGB (Red+Green+Blue) = 51+63+50=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 63 - color contains mainly: green. Hex color #333F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F32 is #CCC0CD. Grayscale: #393939. Windows color (decimal): -13418702 or 3292979. OLE color: 3292979.

HSL color Cylindrical-coordinate representation of color #333F32: hue angle of 115.38º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #333F32 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 63 50 -
CMYK 0.19 0 0.21 0.75
HSL 115.38º 0.12% 0.22% -
HSV(B) 115.38º 0.21% 0.25% -
XYZ 3.72 4.49 3.69 -
YUV 57.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 51 63 50 0.19 0 0.21 0.75 115.38 0.12 0.22
Hex 33 3F 32 13 0 15 4B 73 C 16
Octal 63 77 62 23 0 25 113 163 14 26
Binary 110011 111111 110010 10011 0 10101 1001011 1110011 1100 10110

Color Harmonies of #333F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F32

Black with #333F32

Text Example


Text Example

White with #333F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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