Html Css Color HEX #507402 Fiji Green

📋 copy color: '#507402'

red 80 ◦ green 116 ◦ blue 2

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

Shades of Fiji Green #507402

Tints of Fiji Green #507402

RGB

 RED value IS 80 (31.64% from 255) = 40.4%

 GREEN value IS 116 (45.7% from 255) = 58.59%

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

R = 40.4%
G = 58.59%
B = 1.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#507402 (or 0x507402) is known color: Fiji Green. HEX triplet: 50, 74 and 02. RGB value is (80,116,2). Sum of RGB (Red+Green+Blue) = 80+116+2=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 116 (45.70% from 255 or 58.59% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 116 - color contains mainly: green. Hex color #507402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507402 is #AF8BFD. Grayscale: #5C5C5C. Windows color (decimal): -11504638 or 160848. OLE color: 160848.

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

Color convert

RGB 80 116 2 -
CMYK 0.31 0 0.98 0.55
HSL 78.95º 0.97% 0.23% -
HSV(B) 78.95º 0.98% 0.45% -
XYZ 9.56 14.2 2.29 -
YUV 92.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 80 116 2 0.31 0 0.98 0.55 78.95 0.97 0.23
Hex 50 74 2 1F 0 62 37 4F 61 17
Octal 120 164 2 37 0 142 67 117 141 27
Binary 1010000 1110100 10 11111 0 1100010 110111 1001111 1100001 10111

Color Harmonies of #507402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507402

Black with #507402

Text Example


Text Example

White with #507402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507402; }

 p { color: rgb(80,116,2); }

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

background-color css

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

 a { background-color: rgb(80,116,2); }

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

border-color css

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

 span { border-color: rgb(80,116,2); }

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