Html Css Color HEX #355426 Palm Leaf

📋 copy color: '#355426'

red 53 ◦ green 84 ◦ blue 38

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

Shades of Palm Leaf #355426

Tints of Palm Leaf #355426

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48%

 BLUE value IS 38 (15.23% from 255) = 21.71%

R = 30.29%
G = 48%
B = 21.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#355426 (or 0x355426) is known color: Palm Leaf. HEX triplet: 35, 54 and 26. RGB value is (53,84,38). Sum of RGB (Red+Green+Blue) = 53+84+38=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #355426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355426 is #CAABD9. Grayscale: #454545. Windows color (decimal): -13282266 or 2511925. OLE color: 2511925.

HSL color Cylindrical-coordinate representation of color #355426: hue angle of 100.43º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355426 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 38 -
CMYK 0.37 0 0.55 0.67
HSL 100.43º 0.38% 0.24% -
HSV(B) 100.43º 0.55% 0.33% -
XYZ 4.99 7.24 2.97 -
YUV 69.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 53 84 38 0.37 0 0.55 0.67 100.43 0.38 0.24
Hex 35 54 26 25 0 37 43 64 26 18
Octal 65 124 46 45 0 67 103 144 46 30
Binary 110101 1010100 100110 100101 0 110111 1000011 1100100 100110 11000

Color Harmonies of #355426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355426

Black with #355426

Text Example


Text Example

White with #355426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355426; }

 p { color: rgb(53,84,38); }

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

background-color css

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

 a { background-color: rgb(53,84,38); }

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

border-color css

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

 span { border-color: rgb(53,84,38); }

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