Html Css Color HEX #364330 Palm Leaf

📋 copy color: '#364330'

red 54 ◦ green 67 ◦ blue 48

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

Shades of Palm Leaf #364330

Tints of Palm Leaf #364330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.64%

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 31.95%
G = 39.64%
B = 28.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#364330 (or 0x364330) is known color: Palm Leaf. HEX triplet: 36, 43 and 30. RGB value is (54,67,48). Sum of RGB (Red+Green+Blue) = 54+67+48=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #364330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364330 is #C9BCCF. Grayscale: #3D3D3D. Windows color (decimal): -13221072 or 3162934. OLE color: 3162934.

HSL color Cylindrical-coordinate representation of color #364330: hue angle of 101.05º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #364330 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 67 48 -
CMYK 0.19 0 0.28 0.74
HSL 101.05º 0.17% 0.23% -
HSV(B) 101.05º 0.28% 0.26% -
XYZ 4.06 5.01 3.55 -
YUV 60.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 54 67 48 0.19 0 0.28 0.74 101.05 0.17 0.23
Hex 36 43 30 13 0 1C 4A 65 11 17
Octal 66 103 60 23 0 34 112 145 21 27
Binary 110110 1000011 110000 10011 0 11100 1001010 1100101 10001 10111

Color Harmonies of #364330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364330

Black with #364330

Text Example


Text Example

White with #364330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364330; }

 p { color: rgb(54,67,48); }

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

background-color css

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

 a { background-color: rgb(54,67,48); }

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

border-color css

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

 span { border-color: rgb(54,67,48); }

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