Html Css Color HEX #349B15 La Palma

📋 copy color: '#349B15'

red 52 ◦ green 155 ◦ blue 21

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

Shades of La Palma #349B15

Tints of La Palma #349B15

RGB

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

 GREEN value IS 155 (60.94% from 255) = 67.98%

 BLUE value IS 21 (8.59% from 255) = 9.21%

R = 22.81%
G = 67.98%
B = 9.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#349B15 (or 0x349B15) is known color: La Palma. HEX triplet: 34, 9B and 15. RGB value is (52,155,21). Sum of RGB (Red+Green+Blue) = 52+155+21=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 155 (60.94% from 255 or 67.98% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 155 - color contains mainly: green. Hex color #349B15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349B15 is #CB64EA. Grayscale: #6D6D6D. Windows color (decimal): -13329643 or 1415988. OLE color: 1415988.

HSL color Cylindrical-coordinate representation of color #349B15: hue angle of 106.12º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #349B15 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 155 21 -
CMYK 0.66 0 0.86 0.39
HSL 106.12º 0.76% 0.35% -
HSV(B) 106.12º 0.86% 0.61% -
XYZ 13.27 24.23 4.69 -
YUV 108.93 78.38 87.4 -
System Red Green Blue C M Y K H S L
Decimal 52 155 21 0.66 0 0.86 0.39 106.12 0.76 0.35
Hex 34 9B 15 42 0 56 27 6A 4C 23
Octal 64 233 25 102 0 126 47 152 114 43
Binary 110100 10011011 10101 1000010 0 1010110 100111 1101010 1001100 100011

Color Harmonies of #349B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B15

Black with #349B15

Text Example


Text Example

White with #349B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,155,21); }

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

background-color css

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

 a { background-color: rgb(52,155,21); }

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

border-color css

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

 span { border-color: rgb(52,155,21); }

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