Html Css Color HEX #315A1A Palm Leaf

📋 copy color: '#315A1A'

red 49 ◦ green 90 ◦ blue 26

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

Shades of Palm Leaf #315A1A

Tints of Palm Leaf #315A1A

RGB

 RED value IS 49 (19.53% from 255) = 29.7%

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

 BLUE value IS 26 (10.55% from 255) = 15.76%

R = 29.7%
G = 54.55%
B = 15.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#315A1A (or 0x315A1A) is known color: Palm Leaf. HEX triplet: 31, 5A and 1A. RGB value is (49,90,26). Sum of RGB (Red+Green+Blue) = 49+90+26=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #315A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A1A is #CEA5E5. Grayscale: #464646. Windows color (decimal): -13542886 or 1727025. OLE color: 1727025.

HSL color Cylindrical-coordinate representation of color #315A1A: hue angle of 98.44º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #315A1A is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 90 26 -
CMYK 0.46 0 0.71 0.65
HSL 98.44º 0.55% 0.23% -
HSV(B) 98.44º 0.71% 0.35% -
XYZ 5.11 8.04 2.26 -
YUV 70.45 102.92 112.7 -
System Red Green Blue C M Y K H S L
Decimal 49 90 26 0.46 0 0.71 0.65 98.44 0.55 0.23
Hex 31 5A 1A 2E 0 47 41 62 37 17
Octal 61 132 32 56 0 107 101 142 67 27
Binary 110001 1011010 11010 101110 0 1000111 1000001 1100010 110111 10111

Color Harmonies of #315A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A1A

Black with #315A1A

Text Example


Text Example

White with #315A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315A1A; }

 p { color: rgb(49,90,26); }

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

background-color css

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

 a { background-color: rgb(49,90,26); }

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

border-color css

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

 span { border-color: rgb(49,90,26); }

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