Html Css Color HEX #364430 Palm Leaf

📋 copy color: '#364430'

red 54 ◦ green 68 ◦ blue 48

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

Shades of Palm Leaf #364430

Tints of Palm Leaf #364430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40%

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

R = 31.76%
G = 40%
B = 28.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#364430 (or 0x364430) is known color: Palm Leaf. HEX triplet: 36, 44 and 30. RGB value is (54,68,48). Sum of RGB (Red+Green+Blue) = 54+68+48=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 68 - color contains mainly: green. Hex color #364430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364430 is #C9BBCF. Grayscale: #3D3D3D. Windows color (decimal): -13220816 or 3163190. OLE color: 3163190.

HSL color Cylindrical-coordinate representation of color #364430: hue angle of 102º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #364430 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 68 48 -
CMYK 0.21 0 0.29 0.73
HSL 102º 0.17% 0.23% -
HSV(B) 102º 0.29% 0.27% -
XYZ 4.12 5.13 3.57 -
YUV 61.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 54 68 48 0.21 0 0.29 0.73 102 0.17 0.23
Hex 36 44 30 15 0 1D 49 66 11 17
Octal 66 104 60 25 0 35 111 146 21 27
Binary 110110 1000100 110000 10101 0 11101 1001001 1100110 10001 10111

Color Harmonies of #364430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364430

Black with #364430

Text Example


Text Example

White with #364430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364430; }

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

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

background-color css

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

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

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

border-color css

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

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

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