Html Css Color HEX #5A6218 Fiji Green

📋 copy color: '#5A6218'

red 90 ◦ green 98 ◦ blue 24

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

Shades of Fiji Green #5A6218

Tints of Fiji Green #5A6218

RGB

 RED value IS 90 (35.55% from 255) = 42.45%

 GREEN value IS 98 (38.67% from 255) = 46.23%

 BLUE value IS 24 (9.77% from 255) = 11.32%

R = 42.45%
G = 46.23%
B = 11.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#5A6218 (or 0x5A6218) is known color: Fiji Green. HEX triplet: 5A, 62 and 18. RGB value is (90,98,24). Sum of RGB (Red+Green+Blue) = 90+98+24=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6218 is #A59DE7. Grayscale: #575757. Windows color (decimal): -10853864 or 1598042. OLE color: 1598042.

HSL color Cylindrical-coordinate representation of color #5A6218: hue angle of 66.49º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A6218 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 98 24 -
CMYK 0.08 0 0.76 0.62
HSL 66.49º 0.61% 0.24% -
HSV(B) 66.49º 0.76% 0.38% -
XYZ 8.75 10.97 2.52 -
YUV 87.17 92.35 130.02 -
System Red Green Blue C M Y K H S L
Decimal 90 98 24 0.08 0 0.76 0.62 66.49 0.61 0.24
Hex 5A 62 18 8 0 4C 3E 42 3D 18
Octal 132 142 30 10 0 114 76 102 75 30
Binary 1011010 1100010 11000 1000 0 1001100 111110 1000010 111101 11000

Color Harmonies of #5A6218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6218

Black with #5A6218

Text Example


Text Example

White with #5A6218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6218; }

 p { color: rgb(90,98,24); }

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

background-color css

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

 a { background-color: rgb(90,98,24); }

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

border-color css

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

 span { border-color: rgb(90,98,24); }

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