Html Css Color HEX #369F01 Kelly Green

📋 copy color: '#369F01'

red 54 ◦ green 159 ◦ blue 1

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

Shades of Kelly Green #369F01

Tints of Kelly Green #369F01

RGB

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

 GREEN value IS 159 (62.5% from 255) = 74.3%

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

R = 25.23%
G = 74.3%
B = 0.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#369F01 (or 0x369F01) is known color: Kelly Green. HEX triplet: 36, 9F and 01. RGB value is (54,159,1). Sum of RGB (Red+Green+Blue) = 54+159+1=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 159 (62.5% from 255 or 74.30% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 159 - color contains mainly: green. Hex color #369F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369F01 is #C960FE. Grayscale: #6E6E6E. Windows color (decimal): -13197567 or 106294. OLE color: 106294.

HSL color Cylindrical-coordinate representation of color #369F01: hue angle of 99.87º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #369F01 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 159 1 -
CMYK 0.66 0 0.99 0.38
HSL 99.87º 0.99% 0.31% -
HSV(B) 99.87º 0.99% 0.62% -
XYZ 13.92 25.58 4.23 -
YUV 109.59 66.71 88.35 -
System Red Green Blue C M Y K H S L
Decimal 54 159 1 0.66 0 0.99 0.38 99.87 0.99 0.31
Hex 36 9F 1 42 0 63 26 64 63 1F
Octal 66 237 1 102 0 143 46 144 143 37
Binary 110110 10011111 1 1000010 0 1100011 100110 1100100 1100011 11111

Color Harmonies of #369F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369F01

Black with #369F01

Text Example


Text Example

White with #369F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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