Html Css Color HEX #334132 Palm Leaf

📋 copy color: '#334132'

red 51 ◦ green 65 ◦ blue 50

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

Shades of Palm Leaf #334132

Tints of Palm Leaf #334132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.16%

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

R = 30.72%
G = 39.16%
B = 30.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#334132 (or 0x334132) is known color: Palm Leaf. HEX triplet: 33, 41 and 32. RGB value is (51,65,50). Sum of RGB (Red+Green+Blue) = 51+65+50=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #334132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334132 is #CCBECD. Grayscale: #3B3B3B. Windows color (decimal): -13418190 or 3293491. OLE color: 3293491.

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

Color convert

RGB 51 65 50 -
CMYK 0.22 0 0.23 0.75
HSL 116º 0.13% 0.23% -
HSV(B) 116º 0.23% 0.25% -
XYZ 3.83 4.71 3.73 -
YUV 59.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 51 65 50 0.22 0 0.23 0.75 116 0.13 0.23
Hex 33 41 32 16 0 17 4B 74 D 17
Octal 63 101 62 26 0 27 113 164 15 27
Binary 110011 1000001 110010 10110 0 10111 1001011 1110100 1101 10111

Color Harmonies of #334132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334132

Black with #334132

Text Example


Text Example

White with #334132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334132; }

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

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

background-color css

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

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

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

border-color css

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

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

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