Html Css Color HEX #4A946B Ocean Green

📋 copy color: '#4A946B'

red 74 ◦ green 148 ◦ blue 107

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

Shades of Ocean Green #4A946B

Tints of Ocean Green #4A946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.98%

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 22.49%
G = 44.98%
B = 32.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#4A946B (or 0x4A946B) is known color: Ocean Green. HEX triplet: 4A, 94 and 6B. RGB value is (74,148,107). Sum of RGB (Red+Green+Blue) = 74+148+107=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #4A946B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A946B is #B56B94. Grayscale: #797979. Windows color (decimal): -11889557 or 7050314. OLE color: 7050314.

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

Color convert

RGB 74 148 107 -
CMYK 0.50 0 0.28 0.42
HSL 146.76º 0.33% 0.44% -
HSV(B) 146.76º 0.5% 0.58% -
XYZ 16.07 23.7 17.64 -
YUV 121.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 74 148 107 0.50 0 0.28 0.42 146.76 0.33 0.44
Hex 4A 94 6B 32 0 1C 2A 93 21 2C
Octal 112 224 153 62 0 34 52 223 41 54
Binary 1001010 10010100 1101011 110010 0 11100 101010 10010011 100001 101100

Color Harmonies of #4A946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A946B

Black with #4A946B

Text Example


Text Example

White with #4A946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,148,107); }

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

background-color css

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

 a { background-color: rgb(74,148,107); }

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

border-color css

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

 span { border-color: rgb(74,148,107); }

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