#65A319

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

Shades of Christi #65A319

Tints of Christi #65A319

Color information

#65A319 (or 0x65A319) is unknown color: approx Christi. HEX triplet: 65, A3 and 19. RGB value is (101,163,25). Sum of RGB (Red+Green+Blue) = 101+163+25=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 163 (64.06% from 255 or 56.40% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 163 - color contains mainly: green. Hex color #65A319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65A319 is #9A5CE6. Grayscale: #818181. Windows color (decimal): -10116327 or 1680229. OLE color: 1680229.

HSL color Cylindrical-coordinate representation of color #65A319: hue angle of 86.96º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65A319 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB10116325-
CMYK0.3800.850.36
HSL86.96º73.4%36.86%-
HSV(B)86.96º84.66%63.92%-
XYZ18.6429.035.54-
YUV128.7369.46108.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 163 (64.06% from 255) = 56.40%
BLUE value IS 25 (10.16% from 255) = 8.65%
R=34.95%
G=56.40%
B=8.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101163250.3800.850.3686.9673.436.86
Hex65A3192605524574925
Octal145243314601254412711145
Binary110010110100011110011001100101010110010010101111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A319; }

 p { color: rgb(101,163,25); }

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

<style>
 a { background-color: #65A319; }

 a { background-color: rgb(101,163,25); }

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

<style>
 span { border-color: #65A319; }

 span { border-color: rgb(101,163,25); }

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