Html Css Color HEX #364A33 Palm Leaf

📋 copy color: '#364A33'

red 54 ◦ green 74 ◦ blue 51

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

Shades of Palm Leaf #364A33

Tints of Palm Leaf #364A33

RGB

 RED value IS 54 (21.48% from 255) = 30.17%

 GREEN value IS 74 (29.3% from 255) = 41.34%

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

R = 30.17%
G = 41.34%
B = 28.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#364A33 (or 0x364A33) is known color: Palm Leaf. HEX triplet: 36, 4A and 33. RGB value is (54,74,51). Sum of RGB (Red+Green+Blue) = 54+74+51=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 74 - color contains mainly: green. Hex color #364A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A33 is #C9B5CC. Grayscale: #414141. Windows color (decimal): -13219277 or 3361334. OLE color: 3361334.

HSL color Cylindrical-coordinate representation of color #364A33: hue angle of 112.17º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #364A33 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 74 51 -
CMYK 0.27 0 0.31 0.71
HSL 112.17º 0.18% 0.25% -
HSV(B) 112.17º 0.31% 0.29% -
XYZ 4.57 5.92 4.03 -
YUV 65.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 54 74 51 0.27 0 0.31 0.71 112.17 0.18 0.25
Hex 36 4A 33 1B 0 1F 47 70 12 19
Octal 66 112 63 33 0 37 107 160 22 31
Binary 110110 1001010 110011 11011 0 11111 1000111 1110000 10010 11001

Color Harmonies of #364A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A33

Black with #364A33

Text Example


Text Example

White with #364A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364A33; }

 p { color: rgb(54,74,51); }

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

background-color css

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

 a { background-color: rgb(54,74,51); }

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

border-color css

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

 span { border-color: rgb(54,74,51); }

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