Html Css Color HEX #349B25 La Palma

📋 copy color: '#349B25'

red 52 ◦ green 155 ◦ blue 37

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

Shades of La Palma #349B25

Tints of La Palma #349B25

RGB

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

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

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

R = 21.31%
G = 63.52%
B = 15.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#349B25 (or 0x349B25) is known color: La Palma. HEX triplet: 34, 9B and 25. RGB value is (52,155,37). Sum of RGB (Red+Green+Blue) = 52+155+37=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 155 (60.94% from 255 or 63.52% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 155 - color contains mainly: green. Hex color #349B25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B25 is #CB64DA. Grayscale: #6F6F6F. Windows color (decimal): -13329627 or 2464564. OLE color: 2464564.

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

Color convert

RGB 52 155 37 -
CMYK 0.66 0 0.76 0.39
HSL 112.37º 0.61% 0.38% -
HSV(B) 112.37º 0.76% 0.61% -
XYZ 13.47 24.31 5.73 -
YUV 110.75 86.38 86.09 -
System Red Green Blue C M Y K H S L
Decimal 52 155 37 0.66 0 0.76 0.39 112.37 0.61 0.38
Hex 34 9B 25 42 0 4C 27 70 3D 26
Octal 64 233 45 102 0 114 47 160 75 46
Binary 110100 10011011 100101 1000010 0 1001100 100111 1110000 111101 100110

Color Harmonies of #349B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B25

Black with #349B25

Text Example


Text Example

White with #349B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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