#61B41B

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

Shades of Christi #61B41B

Tints of Christi #61B41B

Color information

#61B41B (or 0x61B41B) is unknown color: approx Christi. HEX triplet: 61, B4 and 1B. RGB value is (97,180,27). Sum of RGB (Red+Green+Blue) = 97+180+27=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #61B41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61B41B is #9E4BE4. Grayscale: #8A8A8A. Windows color (decimal): -10374117 or 1815649. OLE color: 1815649.

HSL color Cylindrical-coordinate representation of color #61B41B: hue angle of 92.55º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61B41B is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB9718027-
CMYK0.4600.850.29
HSL92.55º73.91%40.59%-
HSV(B)92.55º85%70.59%-
XYZ21.4535.266.71-
YUV137.7465.598.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 180 (70.70% from 255) = 59.21%
BLUE value IS 27 (10.94% from 255) = 8.88%
R=31.91%
G=59.21%
B=8.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97180270.4600.850.2992.5573.9140.59
Hex61B41B2E0551D5d4a29
Octal141264335601253513511251
Binary11000011011010011011101110010101011110110111011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61B41B; }

 p { color: rgb(97,180,27); }

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

<style>
 a { background-color: #61B41B; }

 a { background-color: rgb(97,180,27); }

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

<style>
 span { border-color: #61B41B; }

 span { border-color: rgb(97,180,27); }

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