Html Css Color HEX #619C3A Limeade

📋 copy color: '#619C3A'

red 97 ◦ green 156 ◦ blue 58

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

Shades of Limeade #619C3A

Tints of Limeade #619C3A

RGB

 RED value IS 97 (38.28% from 255) = 31.19%

 GREEN value IS 156 (61.33% from 255) = 50.16%

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 31.19%
G = 50.16%
B = 18.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#619C3A (or 0x619C3A) is known color: Limeade. HEX triplet: 61, 9C and 3A. RGB value is (97,156,58). Sum of RGB (Red+Green+Blue) = 97+156+58=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #619C3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619C3A is #9E63C5. Grayscale: #7F7F7F. Windows color (decimal): -10380230 or 3841121. OLE color: 3841121.

HSL color Cylindrical-coordinate representation of color #619C3A: hue angle of 96.12º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #619C3A is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 156 58 -
CMYK 0.38 0 0.63 0.39
HSL 96.12º 0.46% 0.42% -
HSV(B) 96.12º 0.63% 0.61% -
XYZ 17.58 26.62 8.22 -
YUV 127.19 88.95 106.47 -
System Red Green Blue C M Y K H S L
Decimal 97 156 58 0.38 0 0.63 0.39 96.12 0.46 0.42
Hex 61 9C 3A 26 0 3F 27 60 2E 2A
Octal 141 234 72 46 0 77 47 140 56 52
Binary 1100001 10011100 111010 100110 0 111111 100111 1100000 101110 101010

Color Harmonies of #619C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619C3A

Black with #619C3A

Text Example


Text Example

White with #619C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619C3A; }

 p { color: rgb(97,156,58); }

 H1.HeaderClassName
 {
   color: #619C3A;
 }
 .AnyTagClassName
 {
   color: #619C3A;
 }
</style>

background-color css

<style>
 a { background-color: #619C3A; }

 a { background-color: rgb(97,156,58); }

 div.DivClassName
 {
   background-color: #619C3A;
 }
 .BgClassName
 {
   background-color: #619C3A;
 }
</style>

border-color css

<style>
 span { border-color: #619C3A; }

 span { border-color: rgb(97,156,58); }

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