#62A413

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

Shades of Christi #62A413

Tints of Christi #62A413

Color information

#62A413 (or 0x62A413) is unknown color: approx Christi. HEX triplet: 62, A4 and 13. RGB value is (98,164,19). Sum of RGB (Red+Green+Blue) = 98+164+19=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #62A413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A413 is #9D5BEC. Grayscale: #808080. Windows color (decimal): -10312685 or 1287266. OLE color: 1287266.

HSL color Cylindrical-coordinate representation of color #62A413: hue angle of 87.31º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62A413 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB9816419-
CMYK0.4000.880.36
HSL87.31º79.23%35.88%-
HSV(B)87.31º88.41%64.31%-
XYZ18.4329.195.28-
YUV127.7466.63106.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 164 (64.45% from 255) = 58.36%
BLUE value IS 19 (7.81% from 255) = 6.76%
R=34.88%
G=58.36%
B=6.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98164190.4000.880.3687.3179.2335.88
Hex62A4132805824574f24
Octal142244235001304412711744
Binary110001010100100100111010000101100010010010101111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,164,19); }

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

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

 a { background-color: rgb(98,164,19); }

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

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

 span { border-color: rgb(98,164,19); }

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