Html Css Color HEX #4A936C Ocean Green

📋 copy color: '#4A936C'

red 74 ◦ green 147 ◦ blue 108

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

Shades of Ocean Green #4A936C

Tints of Ocean Green #4A936C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 22.49%
G = 44.68%
B = 32.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#4A936C (or 0x4A936C) is known color: Ocean Green. HEX triplet: 4A, 93 and 6C. RGB value is (74,147,108). Sum of RGB (Red+Green+Blue) = 74+147+108=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #4A936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A936C is #B56C93. Grayscale: #787878. Windows color (decimal): -11889812 or 7115594. OLE color: 7115594.

HSL color Cylindrical-coordinate representation of color #4A936C: hue angle of 147.95º 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 #4A936C is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 147 108 -
CMYK 0.50 0 0.27 0.42
HSL 147.95º 0.33% 0.43% -
HSV(B) 147.95º 0.5% 0.58% -
XYZ 15.96 23.41 17.86 -
YUV 120.73 120.82 94.67 -
System Red Green Blue C M Y K H S L
Decimal 74 147 108 0.50 0 0.27 0.42 147.95 0.33 0.43
Hex 4A 93 6C 32 0 1B 2A 94 21 2B
Octal 112 223 154 62 0 33 52 224 41 53
Binary 1001010 10010011 1101100 110010 0 11011 101010 10010100 100001 101011

Color Harmonies of #4A936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A936C

Black with #4A936C

Text Example


Text Example

White with #4A936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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