Html Css Color HEX #315423 Palm Leaf

📋 copy color: '#315423'

red 49 ◦ green 84 ◦ blue 35

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

Shades of Palm Leaf #315423

Tints of Palm Leaf #315423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.83%

R = 29.17%
G = 50%
B = 20.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#315423 (or 0x315423) is known color: Palm Leaf. HEX triplet: 31, 54 and 23. RGB value is (49,84,35). Sum of RGB (Red+Green+Blue) = 49+84+35=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #315423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315423 is #CEABDC. Grayscale: #444444. Windows color (decimal): -13544413 or 2315313. OLE color: 2315313.

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

Color convert

RGB 49 84 35 -
CMYK 0.42 0 0.58 0.67
HSL 102.86º 0.41% 0.23% -
HSV(B) 102.86º 0.58% 0.33% -
XYZ 4.74 7.11 2.71 -
YUV 67.95 109.4 114.48 -
System Red Green Blue C M Y K H S L
Decimal 49 84 35 0.42 0 0.58 0.67 102.86 0.41 0.23
Hex 31 54 23 2A 0 3A 43 67 29 17
Octal 61 124 43 52 0 72 103 147 51 27
Binary 110001 1010100 100011 101010 0 111010 1000011 1100111 101001 10111

Color Harmonies of #315423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315423

Black with #315423

Text Example


Text Example

White with #315423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315423; }

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

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

background-color css

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

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

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

border-color css

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

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

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