Html Css Color HEX #349B1F La Palma

📋 copy color: '#349B1F'

red 52 ◦ green 155 ◦ blue 31

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

Shades of La Palma #349B1F

Tints of La Palma #349B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 21.85%
G = 65.13%
B = 13.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#349B1F (or 0x349B1F) is known color: La Palma. HEX triplet: 34, 9B and 1F. RGB value is (52,155,31). Sum of RGB (Red+Green+Blue) = 52+155+31=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 155 (60.94% from 255 or 65.13% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 155 - color contains mainly: green. Hex color #349B1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B1F is #CB64E0. Grayscale: #6E6E6E. Windows color (decimal): -13329633 or 2071348. OLE color: 2071348.

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

Color convert

RGB 52 155 31 -
CMYK 0.66 0 0.8 0.39
HSL 109.84º 0.67% 0.36% -
HSV(B) 109.84º 0.8% 0.61% -
XYZ 13.38 24.27 5.28 -
YUV 110.07 83.38 86.58 -
System Red Green Blue C M Y K H S L
Decimal 52 155 31 0.66 0 0.8 0.39 109.84 0.67 0.36
Hex 34 9B 1F 42 0 50 27 6E 43 24
Octal 64 233 37 102 0 120 47 156 103 44
Binary 110100 10011011 11111 1000010 0 1010000 100111 1101110 1000011 100100

Color Harmonies of #349B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B1F

Black with #349B1F

Text Example


Text Example

White with #349B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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