Html Css Color HEX #617428 Fiji Green

📋 copy color: '#617428'

red 97 ◦ green 116 ◦ blue 40

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

Shades of Fiji Green #617428

Tints of Fiji Green #617428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.85%

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 38.34%
G = 45.85%
B = 15.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#617428 (or 0x617428) is known color: Fiji Green. HEX triplet: 61, 74 and 28. RGB value is (97,116,40). Sum of RGB (Red+Green+Blue) = 97+116+40=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #617428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617428 is #9E8BD7. Grayscale: #656565. Windows color (decimal): -10390488 or 2651233. OLE color: 2651233.

HSL color Cylindrical-coordinate representation of color #617428: hue angle of 75º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #617428 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 116 40 -
CMYK 0.16 0 0.66 0.55
HSL 75º 0.49% 0.31% -
HSV(B) 75º 0.66% 0.45% -
XYZ 11.56 15.19 4.33 -
YUV 101.66 93.21 124.68 -
System Red Green Blue C M Y K H S L
Decimal 97 116 40 0.16 0 0.66 0.55 75 0.49 0.31
Hex 61 74 28 10 0 42 37 4B 31 1F
Octal 141 164 50 20 0 102 67 113 61 37
Binary 1100001 1110100 101000 10000 0 1000010 110111 1001011 110001 11111

Color Harmonies of #617428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617428

Black with #617428

Text Example


Text Example

White with #617428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617428; }

 p { color: rgb(97,116,40); }

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

background-color css

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

 a { background-color: rgb(97,116,40); }

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

border-color css

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

 span { border-color: rgb(97,116,40); }

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