Html Css Color HEX #536F06 Fiji Green

📋 copy color: '#536F06'

red 83 ◦ green 111 ◦ blue 6

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

Shades of Fiji Green #536F06

Tints of Fiji Green #536F06

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.5%

 BLUE value IS 6 (2.73% from 255) = 3%

R = 41.5%
G = 55.5%
B = 3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#536F06 (or 0x536F06) is known color: Fiji Green. HEX triplet: 53, 6F and 06. RGB value is (83,111,6). Sum of RGB (Red+Green+Blue) = 83+111+6=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #536F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536F06 is #AC90F9. Grayscale: #5B5B5B. Windows color (decimal): -11309306 or 421715. OLE color: 421715.

HSL color Cylindrical-coordinate representation of color #536F06: hue angle of 76º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #536F06 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 6 -
CMYK 0.25 0 0.95 0.56
HSL 76º 0.9% 0.23% -
HSV(B) 76º 0.95% 0.44% -
XYZ 9.28 13.22 2.23 -
YUV 90.66 80.22 122.54 -
System Red Green Blue C M Y K H S L
Decimal 83 111 6 0.25 0 0.95 0.56 76 0.9 0.23
Hex 53 6F 6 19 0 5F 38 4C 5A 17
Octal 123 157 6 31 0 137 70 114 132 27
Binary 1010011 1101111 110 11001 0 1011111 111000 1001100 1011010 10111

Color Harmonies of #536F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F06

Black with #536F06

Text Example


Text Example

White with #536F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,111,6); }

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

background-color css

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

 a { background-color: rgb(83,111,6); }

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

border-color css

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

 span { border-color: rgb(83,111,6); }

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