#62A518

Color #62A518 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #62A518

Tints of Christi #62A518

Color information

#62A518 (or 0x62A518) is unknown color: approx Christi. HEX triplet: 62, A5 and 18. RGB value is (98,165,24). Sum of RGB (Red+Green+Blue) = 98+165+24=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #62A518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A518 is #9D5AE7. Grayscale: #818181. Windows color (decimal): -10312424 or 1615202. OLE color: 1615202.

HSL color Cylindrical-coordinate representation of color #62A518: hue angle of 88.51º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62A518 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB9816524-
CMYK0.4100.850.35
HSL88.51º74.6%37.06%-
HSV(B)88.51º85.45%64.71%-
XYZ18.6629.575.59-
YUV128.8968.8105.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 165 (64.84% from 255) = 57.49%
BLUE value IS 24 (9.77% from 255) = 8.36%
R=34.15%
G=57.49%
B=8.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98165240.4100.850.3588.5174.637.06
Hex62A5182905523594b25
Octal142245305101254313111345
Binary110001010100101110001010010101010110001110110011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A518; }

 p { color: rgb(98,165,24); }

 H1.HeaderClassName
 {
   color: #62A518;
 }
 .AnyTagClassName
 {
   color: #62A518;
 }
</style>
background-color css

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

 a { background-color: rgb(98,165,24); }

 div.DivClassName
 {
   background-color: #62A518;
 }
 .BgClassName
 {
   background-color: #62A518;
 }
</style>
border-color css

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

 span { border-color: rgb(98,165,24); }

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