Html Css Color HEX #374930 Palm Leaf

📋 copy color: '#374930'

red 55 ◦ green 73 ◦ blue 48

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

Shades of Palm Leaf #374930

Tints of Palm Leaf #374930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.48%

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

R = 31.25%
G = 41.48%
B = 27.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#374930 (or 0x374930) is known color: Palm Leaf. HEX triplet: 37, 49 and 30. RGB value is (55,73,48). Sum of RGB (Red+Green+Blue) = 55+73+48=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #374930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374930 is #C8B6CF. Grayscale: #404040. Windows color (decimal): -13154000 or 3164471. OLE color: 3164471.

HSL color Cylindrical-coordinate representation of color #374930: hue angle of 103.2º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #374930 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 73 48 -
CMYK 0.25 0 0.34 0.71
HSL 103.2º 0.21% 0.24% -
HSV(B) 103.2º 0.34% 0.29% -
XYZ 4.49 5.79 3.68 -
YUV 64.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 55 73 48 0.25 0 0.34 0.71 103.2 0.21 0.24
Hex 37 49 30 19 0 22 47 67 15 18
Octal 67 111 60 31 0 42 107 147 25 30
Binary 110111 1001001 110000 11001 0 100010 1000111 1100111 10101 11000

Color Harmonies of #374930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374930

Black with #374930

Text Example


Text Example

White with #374930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374930; }

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

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

background-color css

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

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

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

border-color css

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

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

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