Html Css Color HEX #5D621A Fiji Green

📋 copy color: '#5D621A'

red 93 ◦ green 98 ◦ blue 26

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

Shades of Fiji Green #5D621A

Tints of Fiji Green #5D621A

RGB

 RED value IS 93 (36.72% from 255) = 42.86%

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

 BLUE value IS 26 (10.55% from 255) = 11.98%

R = 42.86%
G = 45.16%
B = 11.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#5D621A (or 0x5D621A) is known color: Fiji Green. HEX triplet: 5D, 62 and 1A. RGB value is (93,98,26). Sum of RGB (Red+Green+Blue) = 93+98+26=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #5D621A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D621A is #A29DE5. Grayscale: #585858. Windows color (decimal): -10657254 or 1729117. OLE color: 1729117.

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

Color convert

RGB 93 98 26 -
CMYK 0.05 0 0.73 0.62
HSL 64.17º 0.58% 0.24% -
HSV(B) 64.17º 0.73% 0.38% -
XYZ 9.07 11.14 2.65 -
YUV 88.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 93 98 26 0.05 0 0.73 0.62 64.17 0.58 0.24
Hex 5D 62 1A 5 0 49 3E 40 3A 18
Octal 135 142 32 5 0 111 76 100 72 30
Binary 1011101 1100010 11010 101 0 1001001 111110 1000000 111010 11000

Color Harmonies of #5D621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D621A

Black with #5D621A

Text Example


Text Example

White with #5D621A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,98,26); }

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

background-color css

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

 a { background-color: rgb(93,98,26); }

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

border-color css

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

 span { border-color: rgb(93,98,26); }

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