Html Css Color HEX #5D6005 Fiji Green

📋 copy color: '#5D6005'

red 93 ◦ green 96 ◦ blue 5

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

Shades of Fiji Green #5D6005

Tints of Fiji Green #5D6005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.48%

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 47.94%
G = 49.48%
B = 2.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#5D6005 (or 0x5D6005) is known color: Fiji Green. HEX triplet: 5D, 60 and 05. RGB value is (93,96,5). Sum of RGB (Red+Green+Blue) = 93+96+5=194 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.94% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6005 is #A29FFA. Grayscale: #555555. Windows color (decimal): -10657787 or 352349. OLE color: 352349.

HSL color Cylindrical-coordinate representation of color #5D6005: hue angle of 61.98º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D6005 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 96 5 -
CMYK 0.03 0 0.95 0.62
HSL 61.98º 0.9% 0.2% -
HSV(B) 61.98º 0.95% 0.38% -
XYZ 8.72 10.7 1.75 -
YUV 84.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 93 96 5 0.03 0 0.95 0.62 61.98 0.9 0.2
Hex 5D 60 5 3 0 5F 3E 3E 5A 14
Octal 135 140 5 3 0 137 76 76 132 24
Binary 1011101 1100000 101 11 0 1011111 111110 111110 1011010 10100

Color Harmonies of #5D6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6005

Black with #5D6005

Text Example


Text Example

White with #5D6005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,96,5); }

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

background-color css

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

 a { background-color: rgb(93,96,5); }

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

border-color css

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

 span { border-color: rgb(93,96,5); }

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