Html Css Color HEX #556B05 Fiji Green

📋 copy color: '#556B05'

red 85 ◦ green 107 ◦ blue 5

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

Shades of Fiji Green #556B05

Tints of Fiji Green #556B05

RGB

 RED value IS 85 (33.59% from 255) = 43.15%

 GREEN value IS 107 (42.19% from 255) = 54.31%

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

R = 43.15%
G = 54.31%
B = 2.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#556B05 (or 0x556B05) is known color: Fiji Green. HEX triplet: 55, 6B and 05. RGB value is (85,107,5). Sum of RGB (Red+Green+Blue) = 85+107+5=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #556B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556B05 is #AA94FA. Grayscale: #595959. Windows color (decimal): -11179259 or 355157. OLE color: 355157.

HSL color Cylindrical-coordinate representation of color #556B05: hue angle of 72.94º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #556B05 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 107 5 -
CMYK 0.21 0 0.95 0.58
HSL 72.94º 0.91% 0.22% -
HSV(B) 72.94º 0.95% 0.42% -
XYZ 9.03 12.46 2.07 -
YUV 88.79 80.71 125.29 -
System Red Green Blue C M Y K H S L
Decimal 85 107 5 0.21 0 0.95 0.58 72.94 0.91 0.22
Hex 55 6B 5 15 0 5F 3A 49 5B 16
Octal 125 153 5 25 0 137 72 111 133 26
Binary 1010101 1101011 101 10101 0 1011111 111010 1001001 1011011 10110

Color Harmonies of #556B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B05

Black with #556B05

Text Example


Text Example

White with #556B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556B05; }

 p { color: rgb(85,107,5); }

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

background-color css

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

 a { background-color: rgb(85,107,5); }

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

border-color css

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

 span { border-color: rgb(85,107,5); }

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