Html Css Color HEX #536D02 Fiji Green

📋 copy color: '#536D02'

red 83 ◦ green 109 ◦ blue 2

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

Shades of Fiji Green #536D02

Tints of Fiji Green #536D02

RGB

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

 GREEN value IS 109 (42.97% from 255) = 56.19%

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

R = 42.78%
G = 56.19%
B = 1.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.57

RGB Variations

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

Color information

#536D02 (or 0x536D02) is known color: Fiji Green. HEX triplet: 53, 6D and 02. RGB value is (83,109,2). Sum of RGB (Red+Green+Blue) = 83+109+2=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #536D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536D02 is #AC92FD. Grayscale: #595959. Windows color (decimal): -11309822 or 159059. OLE color: 159059.

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

Color convert

RGB 83 109 2 -
CMYK 0.24 0 0.98 0.57
HSL 74.58º 0.96% 0.22% -
HSV(B) 74.58º 0.98% 0.43% -
XYZ 9.05 12.78 2.05 -
YUV 89.03 78.89 123.7 -
System Red Green Blue C M Y K H S L
Decimal 83 109 2 0.24 0 0.98 0.57 74.58 0.96 0.22
Hex 53 6D 2 18 0 62 39 4B 60 16
Octal 123 155 2 30 0 142 71 113 140 26
Binary 1010011 1101101 10 11000 0 1100010 111001 1001011 1100000 10110

Color Harmonies of #536D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536D02

Black with #536D02

Text Example


Text Example

White with #536D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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