Html Css Color HEX #359201 La Palma

📋 copy color: '#359201'

red 53 ◦ green 146 ◦ blue 1

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

Shades of La Palma #359201

Tints of La Palma #359201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 73%

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

R = 26.5%
G = 73%
B = 0.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#359201 (or 0x359201) is known color: La Palma. HEX triplet: 35, 92 and 01. RGB value is (53,146,1). Sum of RGB (Red+Green+Blue) = 53+146+1=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 146 (57.42% from 255 or 73% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 146 - color contains mainly: green. Hex color #359201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359201 is #CA6DFE. Grayscale: #666666. Windows color (decimal): -13266431 or 102965. OLE color: 102965.

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

Color convert

RGB 53 146 1 -
CMYK 0.64 0 0.99 0.43
HSL 98.48º 0.99% 0.29% -
HSV(B) 98.48º 0.99% 0.57% -
XYZ 11.75 21.32 3.52 -
YUV 101.66 71.19 93.29 -
System Red Green Blue C M Y K H S L
Decimal 53 146 1 0.64 0 0.99 0.43 98.48 0.99 0.29
Hex 35 92 1 40 0 63 2B 62 63 1D
Octal 65 222 1 100 0 143 53 142 143 35
Binary 110101 10010010 1 1000000 0 1100011 101011 1100010 1100011 11101

Color Harmonies of #359201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359201

Black with #359201

Text Example


Text Example

White with #359201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359201; }

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

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

background-color css

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

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

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

border-color css

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

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

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