Html Css Color HEX #349C07 La Palma

📋 copy color: '#349C07'

red 52 ◦ green 156 ◦ blue 7

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

Shades of La Palma #349C07

Tints of La Palma #349C07

RGB

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

 GREEN value IS 156 (61.33% from 255) = 72.56%

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

R = 24.19%
G = 72.56%
B = 3.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#349C07 (or 0x349C07) is known color: La Palma. HEX triplet: 34, 9C and 07. RGB value is (52,156,7). Sum of RGB (Red+Green+Blue) = 52+156+7=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 156 (61.33% from 255 or 72.56% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 156 - color contains mainly: green. Hex color #349C07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349C07 is #CB63F8. Grayscale: #6C6C6C. Windows color (decimal): -13329401 or 498740. OLE color: 498740.

HSL color Cylindrical-coordinate representation of color #349C07: hue angle of 101.88º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #349C07 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 156 7 -
CMYK 0.67 0 0.96 0.39
HSL 101.88º 0.91% 0.32% -
HSV(B) 101.88º 0.96% 0.61% -
XYZ 13.34 24.52 4.23 -
YUV 107.92 71.04 88.12 -
System Red Green Blue C M Y K H S L
Decimal 52 156 7 0.67 0 0.96 0.39 101.88 0.91 0.32
Hex 34 9C 7 43 0 60 27 66 5B 20
Octal 64 234 7 103 0 140 47 146 133 40
Binary 110100 10011100 111 1000011 0 1100000 100111 1100110 1011011 100000

Color Harmonies of #349C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C07

Black with #349C07

Text Example


Text Example

White with #349C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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