Html Css Color HEX #349306 La Palma

📋 copy color: '#349306'

red 52 ◦ green 147 ◦ blue 6

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

Shades of La Palma #349306

Tints of La Palma #349306

RGB

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

 GREEN value IS 147 (57.81% from 255) = 71.71%

 BLUE value IS 6 (2.73% from 255) = 2.93%

R = 25.37%
G = 71.71%
B = 2.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#349306 (or 0x349306) is known color: La Palma. HEX triplet: 34, 93 and 06. RGB value is (52,147,6). Sum of RGB (Red+Green+Blue) = 52+147+6=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 147 (57.81% from 255 or 71.71% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 147 - color contains mainly: green. Hex color #349306 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349306 is #CB6CF9. Grayscale: #666666. Windows color (decimal): -13331706 or 430900. OLE color: 430900.

HSL color Cylindrical-coordinate representation of color #349306: hue angle of 100.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #349306 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 147 6 -
CMYK 0.65 0 0.96 0.42
HSL 100.43º 0.92% 0.3% -
HSV(B) 100.43º 0.96% 0.58% -
XYZ 11.88 21.61 3.72 -
YUV 102.52 73.53 91.96 -
System Red Green Blue C M Y K H S L
Decimal 52 147 6 0.65 0 0.96 0.42 100.43 0.92 0.3
Hex 34 93 6 41 0 60 2A 64 5C 1E
Octal 64 223 6 101 0 140 52 144 134 36
Binary 110100 10010011 110 1000001 0 1100000 101010 1100100 1011100 11110

Color Harmonies of #349306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349306

Black with #349306

Text Example


Text Example

White with #349306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349306; }

 p { color: rgb(52,147,6); }

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

background-color css

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

 a { background-color: rgb(52,147,6); }

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

border-color css

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

 span { border-color: rgb(52,147,6); }

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