Html Css Color HEX #349401 La Palma

📋 copy color: '#349401'

red 52 ◦ green 148 ◦ blue 1

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

Shades of La Palma #349401

Tints of La Palma #349401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 73.63%

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

R = 25.87%
G = 73.63%
B = 0.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#349401 (or 0x349401) is known color: La Palma. HEX triplet: 34, 94 and 01. RGB value is (52,148,1). Sum of RGB (Red+Green+Blue) = 52+148+1=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 148 (58.20% from 255 or 73.63% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 148 - color contains mainly: green. Hex color #349401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349401 is #CB6BFE. Grayscale: #676767. Windows color (decimal): -13331455 or 103476. OLE color: 103476.

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

Color convert

RGB 52 148 1 -
CMYK 0.65 0 0.99 0.42
HSL 99.18º 0.99% 0.29% -
HSV(B) 99.18º 0.99% 0.58% -
XYZ 12.01 21.91 3.63 -
YUV 102.54 70.7 91.95 -
System Red Green Blue C M Y K H S L
Decimal 52 148 1 0.65 0 0.99 0.42 99.18 0.99 0.29
Hex 34 94 1 41 0 63 2A 63 63 1D
Octal 64 224 1 101 0 143 52 143 143 35
Binary 110100 10010100 1 1000001 0 1100011 101010 1100011 1100011 11101

Color Harmonies of #349401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349401

Black with #349401

Text Example


Text Example

White with #349401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349401; }

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

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

background-color css

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

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

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

border-color css

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

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

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