Html Css Color HEX #4CB674 Ocean Green

📋 copy color: '#4CB674'

red 76 ◦ green 182 ◦ blue 116

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

Shades of Ocean Green #4CB674

Tints of Ocean Green #4CB674

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.66%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 20.32%
G = 48.66%
B = 31.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#4CB674 (or 0x4CB674) is known color: Ocean Green. HEX triplet: 4C, B6 and 74. RGB value is (76,182,116). Sum of RGB (Red+Green+Blue) = 76+182+116=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB674 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB674 is #B3498B. Grayscale: #8E8E8E. Windows color (decimal): -11749772 or 7648844. OLE color: 7648844.

HSL color Cylindrical-coordinate representation of color #4CB674: hue angle of 142.64º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB674 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 182 116 -
CMYK 0.58 0 0.36 0.29
HSL 142.64º 0.42% 0.51% -
HSV(B) 142.64º 0.58% 0.71% -
XYZ 22.86 36.25 22.32 -
YUV 142.78 112.88 80.37 -
System Red Green Blue C M Y K H S L
Decimal 76 182 116 0.58 0 0.36 0.29 142.64 0.42 0.51
Hex 4C B6 74 3A 0 24 1D 8F 2A 33
Octal 114 266 164 72 0 44 35 217 52 63
Binary 1001100 10110110 1110100 111010 0 100100 11101 10001111 101010 110011

Color Harmonies of #4CB674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB674

Black with #4CB674

Text Example


Text Example

White with #4CB674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,182,116); }

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

background-color css

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

 a { background-color: rgb(76,182,116); }

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

border-color css

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

 span { border-color: rgb(76,182,116); }

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