Html Css Color HEX #349601 La Palma

📋 copy color: '#349601'

red 52 ◦ green 150 ◦ blue 1

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

Shades of La Palma #349601

Tints of La Palma #349601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 73.89%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 25.62%
G = 73.89%
B = 0.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#349601 (or 0x349601) is known color: La Palma. HEX triplet: 34, 96 and 01. RGB value is (52,150,1). Sum of RGB (Red+Green+Blue) = 52+150+1=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 150 (58.98% from 255 or 73.89% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 150 - color contains mainly: green. Hex color #349601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349601 is #CB69FE. Grayscale: #686868. Windows color (decimal): -13330943 or 103988. OLE color: 103988.

HSL color Cylindrical-coordinate representation of color #349601: hue angle of 99.46º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #349601 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 1 -
CMYK 0.65 0 0.99 0.41
HSL 99.46º 0.99% 0.3% -
HSV(B) 99.46º 0.99% 0.59% -
XYZ 12.33 22.54 3.73 -
YUV 103.71 70.03 91.12 -
System Red Green Blue C M Y K H S L
Decimal 52 150 1 0.65 0 0.99 0.41 99.46 0.99 0.3
Hex 34 96 1 41 0 63 29 63 63 1E
Octal 64 226 1 101 0 143 51 143 143 36
Binary 110100 10010110 1 1000001 0 1100011 101001 1100011 1100011 11110

Color Harmonies of #349601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349601

Black with #349601

Text Example


Text Example

White with #349601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349601; }

 p { color: rgb(52,150,1); }

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

background-color css

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

 a { background-color: rgb(52,150,1); }

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

border-color css

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

 span { border-color: rgb(52,150,1); }

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