Html Css Color HEX #375430 Palm Leaf

📋 copy color: '#375430'

red 55 ◦ green 84 ◦ blue 48

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

Shades of Palm Leaf #375430

Tints of Palm Leaf #375430

RGB

 RED value IS 55 (21.88% from 255) = 29.41%

 GREEN value IS 84 (33.2% from 255) = 44.92%

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

R = 29.41%
G = 44.92%
B = 25.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#375430 (or 0x375430) is known color: Palm Leaf. HEX triplet: 37, 54 and 30. RGB value is (55,84,48). Sum of RGB (Red+Green+Blue) = 55+84+48=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #375430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375430 is #C8ABCF. Grayscale: #474747. Windows color (decimal): -13151184 or 3167287. OLE color: 3167287.

HSL color Cylindrical-coordinate representation of color #375430: hue angle of 108.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #375430 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 84 48 -
CMYK 0.35 0 0.43 0.67
HSL 108.33º 0.27% 0.26% -
HSV(B) 108.33º 0.43% 0.33% -
XYZ 5.28 7.37 3.94 -
YUV 71.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 55 84 48 0.35 0 0.43 0.67 108.33 0.27 0.26
Hex 37 54 30 23 0 2B 43 6C 1B 1A
Octal 67 124 60 43 0 53 103 154 33 32
Binary 110111 1010100 110000 100011 0 101011 1000011 1101100 11011 11010

Color Harmonies of #375430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375430

Black with #375430

Text Example


Text Example

White with #375430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375430; }

 p { color: rgb(55,84,48); }

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

background-color css

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

 a { background-color: rgb(55,84,48); }

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

border-color css

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

 span { border-color: rgb(55,84,48); }

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