Html Css Color HEX #354133 Palm Leaf

📋 copy color: '#354133'

red 53 ◦ green 65 ◦ blue 51

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

Shades of Palm Leaf #354133

Tints of Palm Leaf #354133

RGB

 RED value IS 53 (21.09% from 255) = 31.36%

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

 BLUE value IS 51 (20.31% from 255) = 30.18%

R = 31.36%
G = 38.46%
B = 30.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#354133 (or 0x354133) is known color: Palm Leaf. HEX triplet: 35, 41 and 33. RGB value is (53,65,51). Sum of RGB (Red+Green+Blue) = 53+65+51=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #354133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354133 is #CABECC. Grayscale: #3B3B3B. Windows color (decimal): -13287117 or 3359029. OLE color: 3359029.

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

Color convert

RGB 53 65 51 -
CMYK 0.18 0 0.22 0.75
HSL 111.43º 0.12% 0.23% -
HSV(B) 111.43º 0.22% 0.25% -
XYZ 3.96 4.78 3.85 -
YUV 59.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 53 65 51 0.18 0 0.22 0.75 111.43 0.12 0.23
Hex 35 41 33 12 0 16 4B 6F C 17
Octal 65 101 63 22 0 26 113 157 14 27
Binary 110101 1000001 110011 10010 0 10110 1001011 1101111 1100 10111

Color Harmonies of #354133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354133

Black with #354133

Text Example


Text Example

White with #354133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354133; }

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

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

background-color css

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

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

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

border-color css

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

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

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