Html Css Color HEX #536C04 Fiji Green

📋 copy color: '#536C04'

red 83 ◦ green 108 ◦ blue 4

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

Shades of Fiji Green #536C04

Tints of Fiji Green #536C04

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 value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#536C04 (or 0x536C04) is known color: 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

RGB 83 108 4 -
CMYK 0.23 0 0.96 0.58
HSL 74.42º 0.93% 0.22% -
HSV(B) 74.42º 0.96% 0.42% -
XYZ 8.95 12.57 2.07 -
YUV 88.67 80.22 123.96 -
System Red Green Blue C M Y K H S L
Decimal 83 108 4 0.23 0 0.96 0.58 74.42 0.93 0.22
Hex 53 6C 4 17 0 60 3A 4A 5D 16
Octal 123 154 4 27 0 140 72 112 135 26
Binary 1010011 1101100 100 10111 0 1100000 111010 1001010 1011101 10110

Color Harmonies of #536C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C04

Black with #536C04

Text Example


Text Example

White with #536C04

Text Example


Text Example

HTML Codes & Css Web 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>