Html Css Color HEX #315422 Palm Leaf

📋 copy color: '#315422'

red 49 ◦ green 84 ◦ blue 34

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

Shades of Palm Leaf #315422

Tints of Palm Leaf #315422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.3%

 BLUE value IS 34 (13.67% from 255) = 20.36%

R = 29.34%
G = 50.3%
B = 20.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#315422 (or 0x315422) is known color: Palm Leaf. HEX triplet: 31, 54 and 22. RGB value is (49,84,34). Sum of RGB (Red+Green+Blue) = 49+84+34=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #315422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315422 is #CEABDD. Grayscale: #434343. Windows color (decimal): -13544414 or 2249777. OLE color: 2249777.

HSL color Cylindrical-coordinate representation of color #315422: hue angle of 102º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #315422 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 34 -
CMYK 0.42 0 0.60 0.67
HSL 102º 0.42% 0.23% -
HSV(B) 102º 0.6% 0.33% -
XYZ 4.73 7.11 2.64 -
YUV 67.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 49 84 34 0.42 0 0.60 0.67 102 0.42 0.23
Hex 31 54 22 2A 0 3C 43 66 2A 17
Octal 61 124 42 52 0 74 103 146 52 27
Binary 110001 1010100 100010 101010 0 111100 1000011 1100110 101010 10111

Color Harmonies of #315422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315422

Black with #315422

Text Example


Text Example

White with #315422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315422; }

 p { color: rgb(49,84,34); }

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

background-color css

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

 a { background-color: rgb(49,84,34); }

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

border-color css

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

 span { border-color: rgb(49,84,34); }

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