Html Css Color HEX #45A375 Ocean Green

📋 copy color: '#45A375'

red 69 ◦ green 163 ◦ blue 117

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

Shades of Ocean Green #45A375

Tints of Ocean Green #45A375

RGB

 RED value IS 69 (27.34% from 255) = 19.77%

 GREEN value IS 163 (64.06% from 255) = 46.7%

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 19.77%
G = 46.7%
B = 33.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#45A375 (or 0x45A375) is known color: Ocean Green. HEX triplet: 45, A3 and 75. RGB value is (69,163,117). Sum of RGB (Red+Green+Blue) = 69+163+117=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 163 - color contains mainly: green. Hex color #45A375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A375 is #BA5C8A. Grayscale: #818181. Windows color (decimal): -12213387 or 7709509. OLE color: 7709509.

HSL color Cylindrical-coordinate representation of color #45A375: hue angle of 150.64º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A375 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 69 163 117 -
CMYK 0.58 0 0.28 0.36
HSL 150.64º 0.41% 0.45% -
HSV(B) 150.64º 0.58% 0.64% -
XYZ 18.76 28.74 21.39 -
YUV 129.65 120.86 84.74 -
System Red Green Blue C M Y K H S L
Decimal 69 163 117 0.58 0 0.28 0.36 150.64 0.41 0.45
Hex 45 A3 75 3A 0 1C 24 97 29 2D
Octal 105 243 165 72 0 34 44 227 51 55
Binary 1000101 10100011 1110101 111010 0 11100 100100 10010111 101001 101101

Color Harmonies of #45A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45A375

Black with #45A375

Text Example


Text Example

White with #45A375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45A375; }

 p { color: rgb(69,163,117); }

 H1.HeaderClassName
 {
   color: #45A375;
 }
 .AnyTagClassName
 {
   color: #45A375;
 }
</style>

background-color css

<style>
 a { background-color: #45A375; }

 a { background-color: rgb(69,163,117); }

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

border-color css

<style>
 span { border-color: #45A375; }

 span { border-color: rgb(69,163,117); }

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