Html Css Color HEX #4CB366 Ocean Green

📋 copy color: '#4CB366'

red 76 ◦ green 179 ◦ blue 102

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

Shades of Ocean Green #4CB366

Tints of Ocean Green #4CB366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.14%

 BLUE value IS 102 (40.23% from 255) = 28.57%

R = 21.29%
G = 50.14%
B = 28.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#4CB366 (or 0x4CB366) is known color: Ocean Green. HEX triplet: 4C, B3 and 66. RGB value is (76,179,102). Sum of RGB (Red+Green+Blue) = 76+179+102=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB366 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB366 is #B34C99. Grayscale: #8B8B8B. Windows color (decimal): -11750554 or 6730572. OLE color: 6730572.

HSL color Cylindrical-coordinate representation of color #4CB366: hue angle of 135.15º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB366 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 76 179 102 -
CMYK 0.58 0 0.43 0.30
HSL 135.15º 0.4% 0.5% -
HSV(B) 135.15º 0.58% 0.7% -
XYZ 21.5 34.74 18.14 -
YUV 139.43 106.88 82.76 -
System Red Green Blue C M Y K H S L
Decimal 76 179 102 0.58 0 0.43 0.30 135.15 0.4 0.5
Hex 4C B3 66 3A 0 2B 1E 87 28 32
Octal 114 263 146 72 0 53 36 207 50 62
Binary 1001100 10110011 1100110 111010 0 101011 11110 10000111 101000 110010

Color Harmonies of #4CB366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB366

Black with #4CB366

Text Example


Text Example

White with #4CB366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,179,102); }

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

background-color css

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

 a { background-color: rgb(76,179,102); }

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

border-color css

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

 span { border-color: rgb(76,179,102); }

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