Html Css Color HEX #4A936D Ocean Green

📋 copy color: '#4A936D'

red 74 ◦ green 147 ◦ blue 109

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

Shades of Ocean Green #4A936D

Tints of Ocean Green #4A936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.55%

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

R = 22.42%
G = 44.55%
B = 33.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#4A936D (or 0x4A936D) is known color: Ocean Green. HEX triplet: 4A, 93 and 6D. RGB value is (74,147,109). Sum of RGB (Red+Green+Blue) = 74+147+109=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #4A936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A936D is #B56C92. Grayscale: #787878. Windows color (decimal): -11889811 or 7181130. OLE color: 7181130.

HSL color Cylindrical-coordinate representation of color #4A936D: hue angle of 148.77º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A936D is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 147 109 -
CMYK 0.50 0 0.26 0.42
HSL 148.77º 0.33% 0.43% -
HSV(B) 148.77º 0.5% 0.58% -
XYZ 16.02 23.43 18.15 -
YUV 120.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 74 147 109 0.50 0 0.26 0.42 148.77 0.33 0.43
Hex 4A 93 6D 32 0 1A 2A 95 21 2B
Octal 112 223 155 62 0 32 52 225 41 53
Binary 1001010 10010011 1101101 110010 0 11010 101010 10010101 100001 101011

Color Harmonies of #4A936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A936D

Black with #4A936D

Text Example


Text Example

White with #4A936D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,147,109); }

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

background-color css

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

 a { background-color: rgb(74,147,109); }

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

border-color css

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

 span { border-color: rgb(74,147,109); }

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