Html Css Color HEX #3A5333 Palm Leaf

📋 copy color: '#3A5333'

red 58 ◦ green 83 ◦ blue 51

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

Shades of Palm Leaf #3A5333

Tints of Palm Leaf #3A5333

RGB

 RED value IS 58 (23.05% from 255) = 30.21%

 GREEN value IS 83 (32.81% from 255) = 43.23%

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

R = 30.21%
G = 43.23%
B = 26.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#3A5333 (or 0x3A5333) is known color: Palm Leaf. HEX triplet: 3A, 53 and 33. RGB value is (58,83,51). Sum of RGB (Red+Green+Blue) = 58+83+51=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5333 is #C5ACCC. Grayscale: #474747. Windows color (decimal): -12954829 or 3363642. OLE color: 3363642.

HSL color Cylindrical-coordinate representation of color #3A5333: hue angle of 106.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A5333 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 83 51 -
CMYK 0.30 0 0.39 0.67
HSL 106.88º 0.24% 0.26% -
HSV(B) 106.88º 0.39% 0.33% -
XYZ 5.44 7.33 4.26 -
YUV 71.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 58 83 51 0.30 0 0.39 0.67 106.88 0.24 0.26
Hex 3A 53 33 1E 0 27 43 6B 18 1A
Octal 72 123 63 36 0 47 103 153 30 32
Binary 111010 1010011 110011 11110 0 100111 1000011 1101011 11000 11010

Color Harmonies of #3A5333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5333

Black with #3A5333

Text Example


Text Example

White with #3A5333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5333; }

 p { color: rgb(58,83,51); }

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

background-color css

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

 a { background-color: rgb(58,83,51); }

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

border-color css

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

 span { border-color: rgb(58,83,51); }

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