Html Css Color HEX #4DA274 Ocean Green

📋 copy color: '#4DA274'

red 77 ◦ green 162 ◦ blue 116

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

Shades of Ocean Green #4DA274

Tints of Ocean Green #4DA274

RGB

 RED value IS 77 (30.47% from 255) = 21.69%

 GREEN value IS 162 (63.67% from 255) = 45.63%

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 21.69%
G = 45.63%
B = 32.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#4DA274 (or 0x4DA274) is known color: Ocean Green. HEX triplet: 4D, A2 and 74. RGB value is (77,162,116). Sum of RGB (Red+Green+Blue) = 77+162+116=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA274 is #B25D8B. Grayscale: #838383. Windows color (decimal): -11689356 or 7643725. OLE color: 7643725.

HSL color Cylindrical-coordinate representation of color #4DA274: hue angle of 147.53º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA274 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 162 116 -
CMYK 0.52 0 0.28 0.36
HSL 147.53º 0.36% 0.47% -
HSV(B) 147.53º 0.52% 0.64% -
XYZ 19.13 28.68 21.05 -
YUV 131.34 119.34 89.24 -
System Red Green Blue C M Y K H S L
Decimal 77 162 116 0.52 0 0.28 0.36 147.53 0.36 0.47
Hex 4D A2 74 34 0 1C 24 94 24 2F
Octal 115 242 164 64 0 34 44 224 44 57
Binary 1001101 10100010 1110100 110100 0 11100 100100 10010100 100100 101111

Color Harmonies of #4DA274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA274

Black with #4DA274

Text Example


Text Example

White with #4DA274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,162,116); }

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

background-color css

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

 a { background-color: rgb(77,162,116); }

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

border-color css

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

 span { border-color: rgb(77,162,116); }

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