Html Css Color HEX #349507 La Palma

📋 copy color: '#349507'

red 52 ◦ green 149 ◦ blue 7

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

Shades of La Palma #349507

Tints of La Palma #349507

RGB

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

 GREEN value IS 149 (58.59% from 255) = 71.63%

 BLUE value IS 7 (3.13% from 255) = 3.37%

R = 25%
G = 71.63%
B = 3.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#349507 (or 0x349507) is known color: La Palma. HEX triplet: 34, 95 and 07. RGB value is (52,149,7). Sum of RGB (Red+Green+Blue) = 52+149+7=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 149 (58.59% from 255 or 71.63% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 149 - color contains mainly: green. Hex color #349507 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349507 is #CB6AF8. Grayscale: #686868. Windows color (decimal): -13331193 or 496948. OLE color: 496948.

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

Color convert

RGB 52 149 7 -
CMYK 0.65 0 0.95 0.42
HSL 100.99º 0.91% 0.31% -
HSV(B) 100.99º 0.95% 0.58% -
XYZ 12.2 22.24 3.85 -
YUV 103.81 73.36 91.05 -
System Red Green Blue C M Y K H S L
Decimal 52 149 7 0.65 0 0.95 0.42 100.99 0.91 0.31
Hex 34 95 7 41 0 5F 2A 65 5B 1F
Octal 64 225 7 101 0 137 52 145 133 37
Binary 110100 10010101 111 1000001 0 1011111 101010 1100101 1011011 11111

Color Harmonies of #349507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349507

Black with #349507

Text Example


Text Example

White with #349507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349507; }

 p { color: rgb(52,149,7); }

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

background-color css

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

 a { background-color: rgb(52,149,7); }

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

border-color css

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

 span { border-color: rgb(52,149,7); }

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