Html Css Color HEX #4C7B01 Fiji Green

📋 copy color: '#4C7B01'

red 76 ◦ green 123 ◦ blue 1

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

Shades of Fiji Green #4C7B01

Tints of Fiji Green #4C7B01

RGB

 RED value IS 76 (30.08% from 255) = 38%

 GREEN value IS 123 (48.44% from 255) = 61.5%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 38%
G = 61.5%
B = 0.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#4C7B01 (or 0x4C7B01) is known color: Fiji Green. HEX triplet: 4C, 7B and 01. RGB value is (76,123,1). Sum of RGB (Red+Green+Blue) = 76+123+1=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 123 (48.44% from 255 or 61.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7B01 is #B384FE. Grayscale: #5F5F5F. Windows color (decimal): -11764991 or 97100. OLE color: 97100.

HSL color Cylindrical-coordinate representation of color #4C7B01: hue angle of 83.11º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C7B01 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 123 1 -
CMYK 0.38 0 0.99 0.52
HSL 83.11º 0.98% 0.24% -
HSV(B) 83.11º 0.99% 0.48% -
XYZ 10.07 15.7 2.53 -
YUV 95.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 76 123 1 0.38 0 0.99 0.52 83.11 0.98 0.24
Hex 4C 7B 1 26 0 63 34 53 62 18
Octal 114 173 1 46 0 143 64 123 142 30
Binary 1001100 1111011 1 100110 0 1100011 110100 1010011 1100010 11000

Color Harmonies of #4C7B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7B01

Black with #4C7B01

Text Example


Text Example

White with #4C7B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C7B01; }

 p { color: rgb(76,123,1); }

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

background-color css

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

 a { background-color: rgb(76,123,1); }

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

border-color css

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

 span { border-color: rgb(76,123,1); }

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