Html Css Color HEX #507308 Fiji Green

📋 copy color: '#507308'

red 80 ◦ green 115 ◦ blue 8

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

Shades of Fiji Green #507308

Tints of Fiji Green #507308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.94%

R = 39.41%
G = 56.65%
B = 3.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#507308 (or 0x507308) is known color: Fiji Green. HEX triplet: 50, 73 and 08. RGB value is (80,115,8). Sum of RGB (Red+Green+Blue) = 80+115+8=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #507308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507308 is #AF8CF7. Grayscale: #5C5C5C. Windows color (decimal): -11504888 or 553808. OLE color: 553808.

HSL color Cylindrical-coordinate representation of color #507308: hue angle of 79.63º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #507308 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 8 -
CMYK 0.30 0 0.93 0.55
HSL 79.63º 0.87% 0.24% -
HSV(B) 79.63º 0.93% 0.45% -
XYZ 9.48 13.98 2.43 -
YUV 92.34 80.4 119.2 -
System Red Green Blue C M Y K H S L
Decimal 80 115 8 0.30 0 0.93 0.55 79.63 0.87 0.24
Hex 50 73 8 1E 0 5D 37 50 57 18
Octal 120 163 10 36 0 135 67 120 127 30
Binary 1010000 1110011 1000 11110 0 1011101 110111 1010000 1010111 11000

Color Harmonies of #507308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507308

Black with #507308

Text Example


Text Example

White with #507308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507308; }

 p { color: rgb(80,115,8); }

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

background-color css

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

 a { background-color: rgb(80,115,8); }

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

border-color css

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

 span { border-color: rgb(80,115,8); }

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