#63A31C

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

Shades of Christi #63A31C

Tints of Christi #63A31C

Color information

#63A31C (or 0x63A31C) is unknown color: approx Christi. HEX triplet: 63, A3 and 1C. RGB value is (99,163,28). Sum of RGB (Red+Green+Blue) = 99+163+28=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #63A31C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A31C is #9C5CE3. Grayscale: #808080. Windows color (decimal): -10247396 or 1876835. OLE color: 1876835.

HSL color Cylindrical-coordinate representation of color #63A31C: hue angle of 88.44º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #63A31C is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB9916328-
CMYK0.3900.830.36
HSL88.44º70.68%37.45%-
HSV(B)88.44º82.82%63.92%-
XYZ18.4528.935.71-
YUV128.4771.3106.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 163 (64.06% from 255) = 56.21%
BLUE value IS 28 (11.33% from 255) = 9.66%
R=34.14%
G=56.21%
B=9.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99163280.3900.830.3688.4470.6837.45
Hex63A31C2705324584725
Octal143243344701234413010745
Binary110001110100011111001001110101001110010010110001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63A31C; }

 p { color: rgb(99,163,28); }

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

<style>
 a { background-color: #63A31C; }

 a { background-color: rgb(99,163,28); }

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

<style>
 span { border-color: #63A31C; }

 span { border-color: rgb(99,163,28); }

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