Html Css Color HEX #369500 La Palma

📋 copy color: '#369500'

red 54 ◦ green 149 ◦ blue 0

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

Shades of La Palma #369500

Tints of La Palma #369500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 73.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.6%
G = 73.4%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#369500 (or 0x369500) is known color: La Palma. HEX triplet: 36, 95 and 00. RGB value is (54,149,0). Sum of RGB (Red+Green+Blue) = 54+149+0=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 149 (58.59% from 255 or 73.40% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 149 - color contains mainly: green. Hex color #369500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369500 is #C96AFF. Grayscale: #686868. Windows color (decimal): -13200128 or 38198. OLE color: 38198.

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

Color convert

RGB 54 149 0 -
CMYK 0.64 0 1 0.42
HSL 98.26º 1% 0.29% -
HSV(B) 98.26º 1% 0.58% -
XYZ 12.27 22.28 3.65 -
YUV 103.61 69.53 92.62 -
System Red Green Blue C M Y K H S L
Decimal 54 149 0 0.64 0 1 0.42 98.26 1 0.29
Hex 36 95 0 40 0 64 2A 62 64 1D
Octal 66 225 0 100 0 144 52 142 144 35
Binary 110110 10010101 0 1000000 0 1100100 101010 1100010 1100100 11101

Color Harmonies of #369500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369500

Black with #369500

Text Example


Text Example

White with #369500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369500; }

 p { color: rgb(54,149,0); }

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

background-color css

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

 a { background-color: rgb(54,149,0); }

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

border-color css

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

 span { border-color: rgb(54,149,0); }

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