Html Css Color HEX #364130 Palm Leaf

📋 copy color: '#364130'

red 54 ◦ green 65 ◦ blue 48

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

Shades of Palm Leaf #364130

Tints of Palm Leaf #364130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.92%

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

R = 32.34%
G = 38.92%
B = 28.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#364130 (or 0x364130) is known color: Palm Leaf. HEX triplet: 36, 41 and 30. RGB value is (54,65,48). Sum of RGB (Red+Green+Blue) = 54+65+48=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #364130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364130 is #C9BECF. Grayscale: #3B3B3B. Windows color (decimal): -13221584 or 3162422. OLE color: 3162422.

HSL color Cylindrical-coordinate representation of color #364130: hue angle of 98.82º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #364130 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 65 48 -
CMYK 0.17 0 0.26 0.75
HSL 98.82º 0.15% 0.22% -
HSV(B) 98.82º 0.26% 0.25% -
XYZ 3.95 4.78 3.51 -
YUV 59.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 54 65 48 0.17 0 0.26 0.75 98.82 0.15 0.22
Hex 36 41 30 11 0 1A 4B 63 F 16
Octal 66 101 60 21 0 32 113 143 17 26
Binary 110110 1000001 110000 10001 0 11010 1001011 1100011 1111 10110

Color Harmonies of #364130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364130

Black with #364130

Text Example


Text Example

White with #364130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364130; }

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

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

background-color css

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

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

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

border-color css

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

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

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