Html Css Color HEX #5A631F Fiji Green

📋 copy color: '#5A631F'

red 90 ◦ green 99 ◦ blue 31

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

Shades of Fiji Green #5A631F

Tints of Fiji Green #5A631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45%

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 40.91%
G = 45%
B = 14.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#5A631F (or 0x5A631F) is known color: Fiji Green. HEX triplet: 5A, 63 and 1F. RGB value is (90,99,31). Sum of RGB (Red+Green+Blue) = 90+99+31=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #5A631F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A631F is #A59CE0. Grayscale: #585858. Windows color (decimal): -10853601 or 2057050. OLE color: 2057050.

HSL color Cylindrical-coordinate representation of color #5A631F: hue angle of 67.94º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A631F is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 99 31 -
CMYK 0.09 0 0.69 0.61
HSL 67.94º 0.52% 0.25% -
HSV(B) 67.94º 0.69% 0.39% -
XYZ 8.93 11.2 2.99 -
YUV 88.56 95.52 129.03 -
System Red Green Blue C M Y K H S L
Decimal 90 99 31 0.09 0 0.69 0.61 67.94 0.52 0.25
Hex 5A 63 1F 9 0 45 3D 44 34 19
Octal 132 143 37 11 0 105 75 104 64 31
Binary 1011010 1100011 11111 1001 0 1000101 111101 1000100 110100 11001

Color Harmonies of #5A631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A631F

Black with #5A631F

Text Example


Text Example

White with #5A631F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,99,31); }

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

background-color css

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

 a { background-color: rgb(90,99,31); }

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

border-color css

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

 span { border-color: rgb(90,99,31); }

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