Html Css Color HEX #3BA013 Kelly Green

📋 copy color: '#3BA013'

red 59 ◦ green 160 ◦ blue 19

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

Shades of Kelly Green #3BA013

Tints of Kelly Green #3BA013

RGB

 RED value IS 59 (23.44% from 255) = 24.79%

 GREEN value IS 160 (62.89% from 255) = 67.23%

 BLUE value IS 19 (7.81% from 255) = 7.98%

R = 24.79%
G = 67.23%
B = 7.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#3BA013 (or 0x3BA013) is known color: Kelly Green. HEX triplet: 3B, A0 and 13. RGB value is (59,160,19). Sum of RGB (Red+Green+Blue) = 59+160+19=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 160 (62.89% from 255 or 67.23% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA013 is #C45FEC. Grayscale: #727272. Windows color (decimal): -12869613 or 1286203. OLE color: 1286203.

HSL color Cylindrical-coordinate representation of color #3BA013: hue angle of 102.98º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BA013 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 59 160 19 -
CMYK 0.63 0 0.88 0.37
HSL 102.98º 0.79% 0.35% -
HSV(B) 102.98º 0.88% 0.63% -
XYZ 14.49 26.12 4.89 -
YUV 113.73 74.54 88.96 -
System Red Green Blue C M Y K H S L
Decimal 59 160 19 0.63 0 0.88 0.37 102.98 0.79 0.35
Hex 3B A0 13 3F 0 58 25 67 4F 23
Octal 73 240 23 77 0 130 45 147 117 43
Binary 111011 10100000 10011 111111 0 1011000 100101 1100111 1001111 100011

Color Harmonies of #3BA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA013

Black with #3BA013

Text Example


Text Example

White with #3BA013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,160,19); }

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

background-color css

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

 a { background-color: rgb(59,160,19); }

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

border-color css

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

 span { border-color: rgb(59,160,19); }

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