Html Css Color HEX #375230 Palm Leaf

📋 copy color: '#375230'

red 55 ◦ green 82 ◦ blue 48

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

Shades of Palm Leaf #375230

Tints of Palm Leaf #375230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.32%

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

R = 29.73%
G = 44.32%
B = 25.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#375230 (or 0x375230) is known color: Palm Leaf. HEX triplet: 37, 52 and 30. RGB value is (55,82,48). Sum of RGB (Red+Green+Blue) = 55+82+48=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #375230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375230 is #C8ADCF. Grayscale: #464646. Windows color (decimal): -13151696 or 3166775. OLE color: 3166775.

HSL color Cylindrical-coordinate representation of color #375230: hue angle of 107.65º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375230 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 48 -
CMYK 0.33 0 0.41 0.68
HSL 107.65º 0.26% 0.25% -
HSV(B) 107.65º 0.41% 0.32% -
XYZ 5.13 7.06 3.89 -
YUV 70.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 55 82 48 0.33 0 0.41 0.68 107.65 0.26 0.25
Hex 37 52 30 21 0 29 44 6C 1A 19
Octal 67 122 60 41 0 51 104 154 32 31
Binary 110111 1010010 110000 100001 0 101001 1000100 1101100 11010 11001

Color Harmonies of #375230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375230

Black with #375230

Text Example


Text Example

White with #375230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375230; }

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

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

background-color css

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

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

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

border-color css

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

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

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