Html Css Color HEX #4CB06D Ocean Green

📋 copy color: '#4CB06D'

red 76 ◦ green 176 ◦ blue 109

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

Shades of Ocean Green #4CB06D

Tints of Ocean Green #4CB06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 21.05%
G = 48.75%
B = 30.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#4CB06D (or 0x4CB06D) is known color: Ocean Green. HEX triplet: 4C, B0 and 6D. RGB value is (76,176,109). Sum of RGB (Red+Green+Blue) = 76+176+109=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB06D is #B34F92. Grayscale: #8A8A8A. Windows color (decimal): -11751315 or 7188556. OLE color: 7188556.

HSL color Cylindrical-coordinate representation of color #4CB06D: hue angle of 139.8º 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 #4CB06D is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 176 109 -
CMYK 0.57 0 0.38 0.31
HSL 139.8º 0.4% 0.49% -
HSV(B) 139.8º 0.57% 0.69% -
XYZ 21.27 33.69 19.85 -
YUV 138.46 111.37 83.45 -
System Red Green Blue C M Y K H S L
Decimal 76 176 109 0.57 0 0.38 0.31 139.8 0.4 0.49
Hex 4C B0 6D 39 0 26 1F 8C 28 31
Octal 114 260 155 71 0 46 37 214 50 61
Binary 1001100 10110000 1101101 111001 0 100110 11111 10001100 101000 110001

Color Harmonies of #4CB06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB06D

Black with #4CB06D

Text Example


Text Example

White with #4CB06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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