Html Css Color HEX #4CB168 Ocean Green

📋 copy color: '#4CB168'

red 76 ◦ green 177 ◦ blue 104

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

Shades of Ocean Green #4CB168

Tints of Ocean Green #4CB168

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.58%

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 21.29%
G = 49.58%
B = 29.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#4CB168 (or 0x4CB168) is known color: Ocean Green. HEX triplet: 4C, B1 and 68. RGB value is (76,177,104). Sum of RGB (Red+Green+Blue) = 76+177+104=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB168 is #B34E97. Grayscale: #8A8A8A. Windows color (decimal): -11751064 or 6861132. OLE color: 6861132.

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

Color convert

RGB 76 177 104 -
CMYK 0.57 0 0.41 0.31
HSL 136.63º 0.4% 0.5% -
HSV(B) 136.63º 0.57% 0.69% -
XYZ 21.2 33.98 18.54 -
YUV 138.48 108.54 83.44 -
System Red Green Blue C M Y K H S L
Decimal 76 177 104 0.57 0 0.41 0.31 136.63 0.4 0.5
Hex 4C B1 68 39 0 29 1F 89 28 32
Octal 114 261 150 71 0 51 37 211 50 62
Binary 1001100 10110001 1101000 111001 0 101001 11111 10001001 101000 110010

Color Harmonies of #4CB168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB168

Black with #4CB168

Text Example


Text Example

White with #4CB168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,177,104); }

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

background-color css

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

 a { background-color: rgb(76,177,104); }

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

border-color css

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

 span { border-color: rgb(76,177,104); }

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