Html Css Color HEX #349406 La Palma

📋 copy color: '#349406'

red 52 ◦ green 148 ◦ blue 6

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

Shades of La Palma #349406

Tints of La Palma #349406

RGB

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

 GREEN value IS 148 (58.2% from 255) = 71.84%

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

R = 25.24%
G = 71.84%
B = 2.91%

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

#349406 (or 0x349406) is known color: La Palma. HEX triplet: 34, 94 and 06. RGB value is (52,148,6). Sum of RGB (Red+Green+Blue) = 52+148+6=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 148 (58.20% from 255 or 71.84% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 148 - color contains mainly: green. Hex color #349406 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349406 is #CB6BF9. Grayscale: #676767. Windows color (decimal): -13331450 or 431156. OLE color: 431156.

HSL color Cylindrical-coordinate representation of color #349406: hue angle of 100.56º 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 #349406 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 148 6 -
CMYK 0.65 0 0.96 0.42
HSL 100.56º 0.92% 0.3% -
HSV(B) 100.56º 0.96% 0.58% -
XYZ 12.04 21.92 3.77 -
YUV 103.11 73.2 91.55 -
System Red Green Blue C M Y K H S L
Decimal 52 148 6 0.65 0 0.96 0.42 100.56 0.92 0.3
Hex 34 94 6 41 0 60 2A 65 5C 1E
Octal 64 224 6 101 0 140 52 145 134 36
Binary 110100 10010100 110 1000001 0 1100000 101010 1100101 1011100 11110

Color Harmonies of #349406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349406

Black with #349406

Text Example


Text Example

White with #349406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349406; }

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

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

background-color css

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

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

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

border-color css

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

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

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