Html Css Color HEX #62A413 Christi

📋 copy color: '#62A413'

red 98 ◦ green 164 ◦ blue 19

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

Shades of Christi #62A413

Tints of Christi #62A413

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 value IS 0.40

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#62A413 (or 0x62A413) is known color: 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

RGB 98 164 19 -
CMYK 0.40 0 0.88 0.36
HSL 87.31º 0.79% 0.36% -
HSV(B) 87.31º 0.88% 0.64% -
XYZ 18.43 29.19 5.28 -
YUV 127.74 66.63 106.79 -
System Red Green Blue C M Y K H S L
Decimal 98 164 19 0.40 0 0.88 0.36 87.31 0.79 0.36
Hex 62 A4 13 28 0 58 24 57 4F 24
Octal 142 244 23 50 0 130 44 127 117 44
Binary 1100010 10100100 10011 101000 0 1011000 100100 1010111 1001111 100100

Color Harmonies of #62A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A413

Black with #62A413

Text Example


Text Example

White with #62A413

Text Example


Text Example

HTML Codes & Css Web 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>