Html Css Color HEX #369701 La Palma

📋 copy color: '#369701'

red 54 ◦ green 151 ◦ blue 1

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

Shades of La Palma #369701

Tints of La Palma #369701

RGB

 RED value IS 54 (21.48% from 255) = 26.21%

 GREEN value IS 151 (59.38% from 255) = 73.3%

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

R = 26.21%
G = 73.3%
B = 0.49%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#369701 (or 0x369701) is known color: La Palma. HEX triplet: 36, 97 and 01. RGB value is (54,151,1). Sum of RGB (Red+Green+Blue) = 54+151+1=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 151 (59.38% from 255 or 73.30% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 151 - color contains mainly: green. Hex color #369701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369701 is #C968FE. Grayscale: #696969. Windows color (decimal): -13199615 or 104246. OLE color: 104246.

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

Color convert

RGB 54 151 1 -
CMYK 0.64 0 0.99 0.41
HSL 98.8º 0.99% 0.3% -
HSV(B) 98.8º 0.99% 0.59% -
XYZ 12.59 22.92 3.79 -
YUV 104.9 69.36 91.7 -
System Red Green Blue C M Y K H S L
Decimal 54 151 1 0.64 0 0.99 0.41 98.8 0.99 0.3
Hex 36 97 1 40 0 63 29 63 63 1E
Octal 66 227 1 100 0 143 51 143 143 36
Binary 110110 10010111 1 1000000 0 1100011 101001 1100011 1100011 11110

Color Harmonies of #369701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369701

Black with #369701

Text Example


Text Example

White with #369701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369701; }

 p { color: rgb(54,151,1); }

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

background-color css

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

 a { background-color: rgb(54,151,1); }

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

border-color css

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

 span { border-color: rgb(54,151,1); }

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