Html Css Color HEX #536714 Fiji Green

📋 copy color: '#536714'

red 83 ◦ green 103 ◦ blue 20

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

Shades of Fiji Green #536714

Tints of Fiji Green #536714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50%

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 40.29%
G = 50%
B = 9.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#536714 (or 0x536714) is known color: Fiji Green. HEX triplet: 53, 67 and 14. RGB value is (83,103,20). Sum of RGB (Red+Green+Blue) = 83+103+20=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #536714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536714 is #AC98EB. Grayscale: #575757. Windows color (decimal): -11311340 or 1337171. OLE color: 1337171.

HSL color Cylindrical-coordinate representation of color #536714: hue angle of 74.46º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #536714 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 103 20 -
CMYK 0.19 0 0.81 0.60
HSL 74.46º 0.67% 0.24% -
HSV(B) 74.46º 0.81% 0.4% -
XYZ 8.54 11.59 2.45 -
YUV 87.56 89.87 124.75 -
System Red Green Blue C M Y K H S L
Decimal 83 103 20 0.19 0 0.81 0.60 74.46 0.67 0.24
Hex 53 67 14 13 0 51 3C 4A 43 18
Octal 123 147 24 23 0 121 74 112 103 30
Binary 1010011 1100111 10100 10011 0 1010001 111100 1001010 1000011 11000

Color Harmonies of #536714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536714

Black with #536714

Text Example


Text Example

White with #536714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536714; }

 p { color: rgb(83,103,20); }

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

background-color css

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

 a { background-color: rgb(83,103,20); }

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

border-color css

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

 span { border-color: rgb(83,103,20); }

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