Html Css Color HEX #35452E Palm Leaf

📋 copy color: '#35452E'

red 53 ◦ green 69 ◦ blue 46

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

Shades of Palm Leaf #35452E

Tints of Palm Leaf #35452E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.07%

 BLUE value IS 46 (18.36% from 255) = 27.38%

R = 31.55%
G = 41.07%
B = 27.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#35452E (or 0x35452E) is known color: Palm Leaf. HEX triplet: 35, 45 and 2E. RGB value is (53,69,46). Sum of RGB (Red+Green+Blue) = 53+69+46=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #35452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35452E is #CABAD1. Grayscale: #3D3D3D. Windows color (decimal): -13286098 or 3032373. OLE color: 3032373.

HSL color Cylindrical-coordinate representation of color #35452E: hue angle of 101.74º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #35452E is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 69 46 -
CMYK 0.23 0 0.33 0.73
HSL 101.74º 0.2% 0.23% -
HSV(B) 101.74º 0.33% 0.27% -
XYZ 4.09 5.21 3.37 -
YUV 61.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 53 69 46 0.23 0 0.33 0.73 101.74 0.2 0.23
Hex 35 45 2E 17 0 21 49 66 14 17
Octal 65 105 56 27 0 41 111 146 24 27
Binary 110101 1000101 101110 10111 0 100001 1001001 1100110 10100 10111

Color Harmonies of #35452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35452E

Black with #35452E

Text Example


Text Example

White with #35452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35452E; }

 p { color: rgb(53,69,46); }

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

background-color css

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

 a { background-color: rgb(53,69,46); }

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

border-color css

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

 span { border-color: rgb(53,69,46); }

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