Html Css Color HEX #3AA507 Kelly Green

📋 copy color: '#3AA507'

red 58 ◦ green 165 ◦ blue 7

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

Shades of Kelly Green #3AA507

Tints of Kelly Green #3AA507

RGB

 RED value IS 58 (23.05% from 255) = 25.22%

 GREEN value IS 165 (64.84% from 255) = 71.74%

 BLUE value IS 7 (3.13% from 255) = 3.04%

R = 25.22%
G = 71.74%
B = 3.04%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#3AA507 (or 0x3AA507) is known color: Kelly Green. HEX triplet: 3A, A5 and 07. RGB value is (58,165,7). Sum of RGB (Red+Green+Blue) = 58+165+7=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 165 (64.84% from 255 or 71.74% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 165 - color contains mainly: green. Hex color #3AA507 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA507 is #C55AF8. Grayscale: #737373. Windows color (decimal): -12933881 or 501050. OLE color: 501050.

HSL color Cylindrical-coordinate representation of color #3AA507: hue angle of 100.63º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AA507 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 58 165 7 -
CMYK 0.65 0 0.96 0.35
HSL 100.63º 0.92% 0.34% -
HSV(B) 100.63º 0.96% 0.65% -
XYZ 15.24 27.83 4.77 -
YUV 115 67.05 87.35 -
System Red Green Blue C M Y K H S L
Decimal 58 165 7 0.65 0 0.96 0.35 100.63 0.92 0.34
Hex 3A A5 7 41 0 60 23 65 5C 22
Octal 72 245 7 101 0 140 43 145 134 42
Binary 111010 10100101 111 1000001 0 1100000 100011 1100101 1011100 100010

Color Harmonies of #3AA507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA507

Black with #3AA507

Text Example


Text Example

White with #3AA507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AA507; }

 p { color: rgb(58,165,7); }

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

background-color css

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

 a { background-color: rgb(58,165,7); }

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

border-color css

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

 span { border-color: rgb(58,165,7); }

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