Html Css Color HEX #527303 Fiji Green

📋 copy color: '#527303'

red 82 ◦ green 115 ◦ blue 3

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

Shades of Fiji Green #527303

Tints of Fiji Green #527303

RGB

 RED value IS 82 (32.42% from 255) = 41%

 GREEN value IS 115 (45.31% from 255) = 57.5%

 BLUE value IS 3 (1.56% from 255) = 1.5%

R = 41%
G = 57.5%
B = 1.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#527303 (or 0x527303) is known color: Fiji Green. HEX triplet: 52, 73 and 03. RGB value is (82,115,3). Sum of RGB (Red+Green+Blue) = 82+115+3=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #527303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527303 is #AD8CFC. Grayscale: #5C5C5C. Windows color (decimal): -11373821 or 226130. OLE color: 226130.

HSL color Cylindrical-coordinate representation of color #527303: hue angle of 77.68º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #527303 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 3 -
CMYK 0.29 0 0.97 0.55
HSL 77.68º 0.95% 0.23% -
HSV(B) 77.68º 0.97% 0.45% -
XYZ 9.63 14.06 2.29 -
YUV 92.37 77.57 120.61 -
System Red Green Blue C M Y K H S L
Decimal 82 115 3 0.29 0 0.97 0.55 77.68 0.95 0.23
Hex 52 73 3 1D 0 61 37 4E 5F 17
Octal 122 163 3 35 0 141 67 116 137 27
Binary 1010010 1110011 11 11101 0 1100001 110111 1001110 1011111 10111

Color Harmonies of #527303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527303

Black with #527303

Text Example


Text Example

White with #527303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527303; }

 p { color: rgb(82,115,3); }

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

background-color css

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

 a { background-color: rgb(82,115,3); }

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

border-color css

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

 span { border-color: rgb(82,115,3); }

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