Html Css Color HEX #359401 La Palma

📋 copy color: '#359401'

red 53 ◦ green 148 ◦ blue 1

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

Shades of La Palma #359401

Tints of La Palma #359401

RGB

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

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

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

R = 26.24%
G = 73.27%
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

#359401 (or 0x359401) is known color: La Palma. HEX triplet: 35, 94 and 01. RGB value is (53,148,1). Sum of RGB (Red+Green+Blue) = 53+148+1=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 148 (58.20% from 255 or 73.27% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 148 - color contains mainly: green. Hex color #359401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359401 is #CA6BFE. Grayscale: #676767. Windows color (decimal): -13265919 or 103477. OLE color: 103477.

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

Color convert

RGB 53 148 1 -
CMYK 0.64 0 0.99 0.42
HSL 98.78º 0.99% 0.29% -
HSV(B) 98.78º 0.99% 0.58% -
XYZ 12.06 21.94 3.63 -
YUV 102.84 70.53 92.45 -
System Red Green Blue C M Y K H S L
Decimal 53 148 1 0.64 0 0.99 0.42 98.78 0.99 0.29
Hex 35 94 1 40 0 63 2A 63 63 1D
Octal 65 224 1 100 0 143 52 143 143 35
Binary 110101 10010100 1 1000000 0 1100011 101010 1100011 1100011 11101

Color Harmonies of #359401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359401

Black with #359401

Text Example


Text Example

White with #359401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359401; }

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

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

background-color css

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

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

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

border-color css

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

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

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