Html Css Color HEX #4A9B68 Ocean Green

📋 copy color: '#4A9B68'

red 74 ◦ green 155 ◦ blue 104

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

Shades of Ocean Green #4A9B68

Tints of Ocean Green #4A9B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.55%

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

R = 22.22%
G = 46.55%
B = 31.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#4A9B68 (or 0x4A9B68) is known color: Ocean Green. HEX triplet: 4A, 9B and 68. RGB value is (74,155,104). Sum of RGB (Red+Green+Blue) = 74+155+104=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #4A9B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9B68 is #B56497. Grayscale: #7D7D7D. Windows color (decimal): -11887768 or 6855498. OLE color: 6855498.

HSL color Cylindrical-coordinate representation of color #4A9B68: hue angle of 142.22º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9B68 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 155 104 -
CMYK 0.52 0 0.33 0.39
HSL 142.22º 0.35% 0.45% -
HSV(B) 142.22º 0.52% 0.61% -
XYZ 17.04 25.9 17.2 -
YUV 124.97 116.16 91.65 -
System Red Green Blue C M Y K H S L
Decimal 74 155 104 0.52 0 0.33 0.39 142.22 0.35 0.45
Hex 4A 9B 68 34 0 21 27 8E 23 2D
Octal 112 233 150 64 0 41 47 216 43 55
Binary 1001010 10011011 1101000 110100 0 100001 100111 10001110 100011 101101

Color Harmonies of #4A9B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9B68

Black with #4A9B68

Text Example


Text Example

White with #4A9B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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