Html Css Color HEX #369A00 Kelly Green

📋 copy color: '#369A00'

red 54 ◦ green 154 ◦ blue 0

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

Shades of Kelly Green #369A00

Tints of Kelly Green #369A00

RGB

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

 GREEN value IS 154 (60.55% from 255) = 74.04%

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

R = 25.96%
G = 74.04%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#369A00 (or 0x369A00) is known color: Kelly Green. HEX triplet: 36, 9A and 00. RGB value is (54,154,0). Sum of RGB (Red+Green+Blue) = 54+154+0=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 154 (60.55% from 255 or 74.04% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 154 - color contains mainly: green. Hex color #369A00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369A00 is #C965FF. Grayscale: #6B6B6B. Windows color (decimal): -13198848 or 39478. OLE color: 39478.

HSL color Cylindrical-coordinate representation of color #369A00: hue angle of 98.96º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #369A00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 0 -
CMYK 0.65 0 1 0.40
HSL 98.96º 1% 0.3% -
HSV(B) 98.96º 1% 0.6% -
XYZ 13.08 23.9 3.92 -
YUV 106.54 67.87 90.52 -
System Red Green Blue C M Y K H S L
Decimal 54 154 0 0.65 0 1 0.40 98.96 1 0.3
Hex 36 9A 0 41 0 64 28 63 64 1E
Octal 66 232 0 101 0 144 50 143 144 36
Binary 110110 10011010 0 1000001 0 1100100 101000 1100011 1100100 11110

Color Harmonies of #369A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A00

Black with #369A00

Text Example


Text Example

White with #369A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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