Html Css Color HEX #349925 La Palma

📋 copy color: '#349925'

red 52 ◦ green 153 ◦ blue 37

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

Shades of La Palma #349925

Tints of La Palma #349925

RGB

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

 GREEN value IS 153 (60.16% from 255) = 63.22%

 BLUE value IS 37 (14.84% from 255) = 15.29%

R = 21.49%
G = 63.22%
B = 15.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#349925 (or 0x349925) is known color: La Palma. HEX triplet: 34, 99 and 25. RGB value is (52,153,37). Sum of RGB (Red+Green+Blue) = 52+153+37=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 153 (60.16% from 255 or 63.22% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 153 - color contains mainly: green. Hex color #349925 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349925 is #CB66DA. Grayscale: #6D6D6D. Windows color (decimal): -13330139 or 2464052. OLE color: 2464052.

HSL color Cylindrical-coordinate representation of color #349925: hue angle of 112.24º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #349925 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 37 -
CMYK 0.66 0 0.76 0.4
HSL 112.24º 0.61% 0.37% -
HSV(B) 112.24º 0.76% 0.6% -
XYZ 13.14 23.65 5.62 -
YUV 109.58 87.04 86.93 -
System Red Green Blue C M Y K H S L
Decimal 52 153 37 0.66 0 0.76 0.4 112.24 0.61 0.37
Hex 34 99 25 42 0 4C 28 70 3D 25
Octal 64 231 45 102 0 114 50 160 75 45
Binary 110100 10011001 100101 1000010 0 1001100 101000 1110000 111101 100101

Color Harmonies of #349925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349925

Black with #349925

Text Example


Text Example

White with #349925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349925; }

 p { color: rgb(52,153,37); }

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

background-color css

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

 a { background-color: rgb(52,153,37); }

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

border-color css

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

 span { border-color: rgb(52,153,37); }

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