Html Css Color HEX #375A1E Palm Leaf

📋 copy color: '#375A1E'

red 55 ◦ green 90 ◦ blue 30

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

Shades of Palm Leaf #375A1E

Tints of Palm Leaf #375A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.43%

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 31.43%
G = 51.43%
B = 17.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#375A1E (or 0x375A1E) is known color: Palm Leaf. HEX triplet: 37, 5A and 1E. RGB value is (55,90,30). Sum of RGB (Red+Green+Blue) = 55+90+30=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #375A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A1E is #C8A5E1. Grayscale: #484848. Windows color (decimal): -13149666 or 1989175. OLE color: 1989175.

HSL color Cylindrical-coordinate representation of color #375A1E: hue angle of 95º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #375A1E is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 90 30 -
CMYK 0.39 0 0.67 0.65
HSL 95º 0.5% 0.24% -
HSV(B) 95º 0.67% 0.35% -
XYZ 5.47 8.22 2.53 -
YUV 72.7 103.9 115.38 -
System Red Green Blue C M Y K H S L
Decimal 55 90 30 0.39 0 0.67 0.65 95 0.5 0.24
Hex 37 5A 1E 27 0 43 41 5F 32 18
Octal 67 132 36 47 0 103 101 137 62 30
Binary 110111 1011010 11110 100111 0 1000011 1000001 1011111 110010 11000

Color Harmonies of #375A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A1E

Black with #375A1E

Text Example


Text Example

White with #375A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375A1E; }

 p { color: rgb(55,90,30); }

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

background-color css

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

 a { background-color: rgb(55,90,30); }

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

border-color css

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

 span { border-color: rgb(55,90,30); }

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