#536C04

Color #536C04 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #536C04

Tints of Fiji Green #536C04

Color information

#536C04 (or 0x536C04) is unknown color: approx Fiji Green. HEX triplet: 53, 6C and 04. RGB value is (83,108,4). Sum of RGB (Red+Green+Blue) = 83+108+4=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #536C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536C04 is #AC93FB. Grayscale: #595959. Windows color (decimal): -11310076 or 289875. OLE color: 289875.

HSL color Cylindrical-coordinate representation of color #536C04: hue angle of 74.42º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #536C04 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB831084-
CMYK0.2300.960.58
HSL74.42º92.86%21.96%-
HSV(B)74.42º96.3%42.35%-
XYZ8.9512.572.07-
YUV88.6780.22123.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 108 (42.58% from 255) = 55.38%
BLUE value IS 4 (1.95% from 255) = 2.05%
R=42.56%
G=55.38%
B=2.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8310840.2300.960.5874.4292.8621.96
Hex536C4170603A4a5d16
Octal12315442701407211213526
Binary1010011110110010010111011000001110101001010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536C04; }

 p { color: rgb(83,108,4); }

 H1.HeaderClassName
 {
   color: #536C04;
 }
 .AnyTagClassName
 {
   color: #536C04;
 }
</style>
background-color css

<style>
 a { background-color: #536C04; }

 a { background-color: rgb(83,108,4); }

 div.DivClassName
 {
   background-color: #536C04;
 }
 .BgClassName
 {
   background-color: #536C04;
 }
</style>
border-color css

<style>
 span { border-color: #536C04; }

 span { border-color: rgb(83,108,4); }

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