Html Css Color HEX #4CB082 Ocean Green

📋 copy color: '#4CB082'

red 76 ◦ green 176 ◦ blue 130

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

Shades of Ocean Green #4CB082

Tints of Ocean Green #4CB082

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.07%

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 19.9%
G = 46.07%
B = 34.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#4CB082 (or 0x4CB082) is known color: Ocean Green. HEX triplet: 4C, B0 and 82. RGB value is (76,176,130). Sum of RGB (Red+Green+Blue) = 76+176+130=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB082 is #B34F7D. Grayscale: #8C8C8C. Windows color (decimal): -11751294 or 8564812. OLE color: 8564812.

HSL color Cylindrical-coordinate representation of color #4CB082: hue angle of 152.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB082 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 176 130 -
CMYK 0.57 0 0.26 0.31
HSL 152.4º 0.4% 0.49% -
HSV(B) 152.4º 0.57% 0.69% -
XYZ 22.54 34.2 26.53 -
YUV 140.86 121.87 81.74 -
System Red Green Blue C M Y K H S L
Decimal 76 176 130 0.57 0 0.26 0.31 152.4 0.4 0.49
Hex 4C B0 82 39 0 1A 1F 98 28 31
Octal 114 260 202 71 0 32 37 230 50 61
Binary 1001100 10110000 10000010 111001 0 11010 11111 10011000 101000 110001

Color Harmonies of #4CB082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB082

Black with #4CB082

Text Example


Text Example

White with #4CB082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,176,130); }

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

background-color css

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

 a { background-color: rgb(76,176,130); }

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

border-color css

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

 span { border-color: rgb(76,176,130); }

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