Html Css Color HEX #3DA074 Ocean Green

📋 copy color: '#3DA074'

red 61 ◦ green 160 ◦ blue 116

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

Shades of Ocean Green #3DA074

Tints of Ocean Green #3DA074

RGB

 RED value IS 61 (24.22% from 255) = 18.1%

 GREEN value IS 160 (62.89% from 255) = 47.48%

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

R = 18.1%
G = 47.48%
B = 34.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#3DA074 (or 0x3DA074) is known color: Ocean Green. HEX triplet: 3D, A0 and 74. RGB value is (61,160,116). Sum of RGB (Red+Green+Blue) = 61+160+116=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA074 is #C25F8B. Grayscale: #7D7D7D. Windows color (decimal): -12738444 or 7643197. OLE color: 7643197.

HSL color Cylindrical-coordinate representation of color #3DA074: hue angle of 153.33º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA074 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 61 160 116 -
CMYK 0.62 0 0.28 0.37
HSL 153.33º 0.45% 0.43% -
HSV(B) 153.33º 0.62% 0.63% -
XYZ 17.65 27.39 20.88 -
YUV 125.38 122.7 82.08 -
System Red Green Blue C M Y K H S L
Decimal 61 160 116 0.62 0 0.28 0.37 153.33 0.45 0.43
Hex 3D A0 74 3E 0 1C 25 99 2D 2B
Octal 75 240 164 76 0 34 45 231 55 53
Binary 111101 10100000 1110100 111110 0 11100 100101 10011001 101101 101011

Color Harmonies of #3DA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA074

Black with #3DA074

Text Example


Text Example

White with #3DA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DA074; }

 p { color: rgb(61,160,116); }

 H1.HeaderClassName
 {
   color: #3DA074;
 }
 .AnyTagClassName
 {
   color: #3DA074;
 }
</style>

background-color css

<style>
 a { background-color: #3DA074; }

 a { background-color: rgb(61,160,116); }

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

border-color css

<style>
 span { border-color: #3DA074; }

 span { border-color: rgb(61,160,116); }

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