Html Css Color HEX #4A9668 Ocean Green

📋 copy color: '#4A9668'

red 74 ◦ green 150 ◦ blue 104

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

Shades of Ocean Green #4A9668

Tints of Ocean Green #4A9668

RGB

 RED value IS 74 (29.3% from 255) = 22.56%

 GREEN value IS 150 (58.98% from 255) = 45.73%

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

R = 22.56%
G = 45.73%
B = 31.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#4A9668 (or 0x4A9668) is known color: Ocean Green. HEX triplet: 4A, 96 and 68. RGB value is (74,150,104). Sum of RGB (Red+Green+Blue) = 74+150+104=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #4A9668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9668 is #B56997. Grayscale: #7A7A7A. Windows color (decimal): -11889048 or 6854218. OLE color: 6854218.

HSL color Cylindrical-coordinate representation of color #4A9668: hue angle of 143.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A9668 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 150 104 -
CMYK 0.51 0 0.31 0.41
HSL 143.68º 0.34% 0.44% -
HSV(B) 143.68º 0.51% 0.59% -
XYZ 16.23 24.27 16.93 -
YUV 122.03 117.82 93.74 -
System Red Green Blue C M Y K H S L
Decimal 74 150 104 0.51 0 0.31 0.41 143.68 0.34 0.44
Hex 4A 96 68 33 0 1F 29 90 22 2C
Octal 112 226 150 63 0 37 51 220 42 54
Binary 1001010 10010110 1101000 110011 0 11111 101001 10010000 100010 101100

Color Harmonies of #4A9668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9668

Black with #4A9668

Text Example


Text Example

White with #4A9668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,150,104); }

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

background-color css

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

 a { background-color: rgb(74,150,104); }

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

border-color css

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

 span { border-color: rgb(74,150,104); }

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