Html Css Color HEX #349713 La Palma

📋 copy color: '#349713'

red 52 ◦ green 151 ◦ blue 19

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

Shades of La Palma #349713

Tints of La Palma #349713

RGB

 RED value IS 52 (20.7% from 255) = 23.42%

 GREEN value IS 151 (59.38% from 255) = 68.02%

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 23.42%
G = 68.02%
B = 8.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#349713 (or 0x349713) is known color: La Palma. HEX triplet: 34, 97 and 13. RGB value is (52,151,19). Sum of RGB (Red+Green+Blue) = 52+151+19=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 151 (59.38% from 255 or 68.02% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 151 - color contains mainly: green. Hex color #349713 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349713 is #CB68EC. Grayscale: #6A6A6A. Windows color (decimal): -13330669 or 1283892. OLE color: 1283892.

HSL color Cylindrical-coordinate representation of color #349713: hue angle of 105º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #349713 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 151 19 -
CMYK 0.66 0 0.87 0.41
HSL 105º 0.78% 0.33% -
HSV(B) 105º 0.87% 0.59% -
XYZ 12.6 22.91 4.37 -
YUV 106.35 78.7 89.23 -
System Red Green Blue C M Y K H S L
Decimal 52 151 19 0.66 0 0.87 0.41 105 0.78 0.33
Hex 34 97 13 42 0 57 29 69 4E 21
Octal 64 227 23 102 0 127 51 151 116 41
Binary 110100 10010111 10011 1000010 0 1010111 101001 1101001 1001110 100001

Color Harmonies of #349713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349713

Black with #349713

Text Example


Text Example

White with #349713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349713; }

 p { color: rgb(52,151,19); }

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

background-color css

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

 a { background-color: rgb(52,151,19); }

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

border-color css

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

 span { border-color: rgb(52,151,19); }

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