Html Css Color HEX #359301 La Palma

📋 copy color: '#359301'

red 53 ◦ green 147 ◦ blue 1

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

Shades of La Palma #359301

Tints of La Palma #359301

RGB

 RED value IS 53 (21.09% from 255) = 26.37%

 GREEN value IS 147 (57.81% from 255) = 73.13%

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

R = 26.37%
G = 73.13%
B = 0.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#359301 (or 0x359301) is known color: La Palma. HEX triplet: 35, 93 and 01. RGB value is (53,147,1). Sum of RGB (Red+Green+Blue) = 53+147+1=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 147 (57.81% from 255 or 73.13% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 147 - color contains mainly: green. Hex color #359301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359301 is #CA6CFE. Grayscale: #666666. Windows color (decimal): -13266175 or 103221. OLE color: 103221.

HSL color Cylindrical-coordinate representation of color #359301: hue angle of 98.63º 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 #359301 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 147 1 -
CMYK 0.64 0 0.99 0.42
HSL 98.63º 0.99% 0.29% -
HSV(B) 98.63º 0.99% 0.58% -
XYZ 11.91 21.63 3.58 -
YUV 102.25 70.86 92.87 -
System Red Green Blue C M Y K H S L
Decimal 53 147 1 0.64 0 0.99 0.42 98.63 0.99 0.29
Hex 35 93 1 40 0 63 2A 63 63 1D
Octal 65 223 1 100 0 143 52 143 143 35
Binary 110101 10010011 1 1000000 0 1100011 101010 1100011 1100011 11101

Color Harmonies of #359301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359301

Black with #359301

Text Example


Text Example

White with #359301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359301; }

 p { color: rgb(53,147,1); }

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

background-color css

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

 a { background-color: rgb(53,147,1); }

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

border-color css

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

 span { border-color: rgb(53,147,1); }

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