Html Css Color HEX #4DA569 Ocean Green

📋 copy color: '#4DA569'

red 77 ◦ green 165 ◦ blue 105

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

Shades of Ocean Green #4DA569

Tints of Ocean Green #4DA569

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.55%

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 22.19%
G = 47.55%
B = 30.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#4DA569 (or 0x4DA569) is known color: Ocean Green. HEX triplet: 4D, A5 and 69. RGB value is (77,165,105). Sum of RGB (Red+Green+Blue) = 77+165+105=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA569 is #B25A96. Grayscale: #848484. Windows color (decimal): -11688599 or 6923597. OLE color: 6923597.

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

Color convert

RGB 77 165 105 -
CMYK 0.53 0 0.36 0.35
HSL 139.09º 0.36% 0.47% -
HSV(B) 139.09º 0.53% 0.65% -
XYZ 19.07 29.51 18.06 -
YUV 131.85 112.85 88.88 -
System Red Green Blue C M Y K H S L
Decimal 77 165 105 0.53 0 0.36 0.35 139.09 0.36 0.47
Hex 4D A5 69 35 0 24 23 8B 24 2F
Octal 115 245 151 65 0 44 43 213 44 57
Binary 1001101 10100101 1101001 110101 0 100100 100011 10001011 100100 101111

Color Harmonies of #4DA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA569

Black with #4DA569

Text Example


Text Example

White with #4DA569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,165,105); }

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

background-color css

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

 a { background-color: rgb(77,165,105); }

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

border-color css

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

 span { border-color: rgb(77,165,105); }

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