Html Css Color HEX #374530 Palm Leaf

📋 copy color: '#374530'

red 55 ◦ green 69 ◦ blue 48

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

Shades of Palm Leaf #374530

Tints of Palm Leaf #374530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.12%

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

R = 31.98%
G = 40.12%
B = 27.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#374530 (or 0x374530) is known color: Palm Leaf. HEX triplet: 37, 45 and 30. RGB value is (55,69,48). Sum of RGB (Red+Green+Blue) = 55+69+48=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #374530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374530 is #C8BACF. Grayscale: #3E3E3E. Windows color (decimal): -13155024 or 3163447. OLE color: 3163447.

HSL color Cylindrical-coordinate representation of color #374530: hue angle of 100º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #374530 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 69 48 -
CMYK 0.20 0 0.30 0.73
HSL 100º 0.18% 0.23% -
HSV(B) 100º 0.3% 0.27% -
XYZ 4.24 5.28 3.59 -
YUV 62.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 55 69 48 0.20 0 0.30 0.73 100 0.18 0.23
Hex 37 45 30 14 0 1E 49 64 12 17
Octal 67 105 60 24 0 36 111 144 22 27
Binary 110111 1000101 110000 10100 0 11110 1001001 1100100 10010 10111

Color Harmonies of #374530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374530

Black with #374530

Text Example


Text Example

White with #374530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374530; }

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

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

background-color css

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

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

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

border-color css

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

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

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