Html Css Color HEX #536C02 Fiji Green

📋 copy color: '#536C02'

red 83 ◦ green 108 ◦ blue 2

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

Shades of Fiji Green #536C02

Tints of Fiji Green #536C02

RGB

 RED value IS 83 (32.81% from 255) = 43.01%

 GREEN value IS 108 (42.58% from 255) = 55.96%

 BLUE value IS 2 (1.17% from 255) = 1.04%

R = 43.01%
G = 55.96%
B = 1.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#536C02 (or 0x536C02) is known color: Fiji Green. HEX triplet: 53, 6C and 02. RGB value is (83,108,2). Sum of RGB (Red+Green+Blue) = 83+108+2=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #536C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536C02 is #AC93FD. Grayscale: #585858. Windows color (decimal): -11310078 or 158803. OLE color: 158803.

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

Color convert

RGB 83 108 2 -
CMYK 0.23 0 0.98 0.58
HSL 74.15º 0.96% 0.22% -
HSV(B) 74.15º 0.98% 0.42% -
XYZ 8.94 12.57 2.01 -
YUV 88.44 79.22 124.12 -
System Red Green Blue C M Y K H S L
Decimal 83 108 2 0.23 0 0.98 0.58 74.15 0.96 0.22
Hex 53 6C 2 17 0 62 3A 4A 60 16
Octal 123 154 2 27 0 142 72 112 140 26
Binary 1010011 1101100 10 10111 0 1100010 111010 1001010 1100000 10110

Color Harmonies of #536C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C02

Black with #536C02

Text Example


Text Example

White with #536C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #536C02;
 }
 .AnyTagClassName
 {
   color: #536C02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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