Html Css Color HEX #44A66B Ocean Green

📋 copy color: '#44A66B'

red 68 ◦ green 166 ◦ blue 107

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

Shades of Ocean Green #44A66B

Tints of Ocean Green #44A66B

RGB

 RED value IS 68 (26.95% from 255) = 19.94%

 GREEN value IS 166 (65.23% from 255) = 48.68%

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

R = 19.94%
G = 48.68%
B = 31.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#44A66B (or 0x44A66B) is known color: Ocean Green. HEX triplet: 44, A6 and 6B. RGB value is (68,166,107). Sum of RGB (Red+Green+Blue) = 68+166+107=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #44A66B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A66B is #BB5994. Grayscale: #828282. Windows color (decimal): -12278165 or 7054916. OLE color: 7054916.

HSL color Cylindrical-coordinate representation of color #44A66B: hue angle of 143.88º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A66B is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 68 166 107 -
CMYK 0.59 0 0.36 0.35
HSL 143.88º 0.42% 0.46% -
HSV(B) 143.88º 0.59% 0.65% -
XYZ 18.67 29.56 18.63 -
YUV 129.97 115.03 83.8 -
System Red Green Blue C M Y K H S L
Decimal 68 166 107 0.59 0 0.36 0.35 143.88 0.42 0.46
Hex 44 A6 6B 3B 0 24 23 90 2A 2E
Octal 104 246 153 73 0 44 43 220 52 56
Binary 1000100 10100110 1101011 111011 0 100100 100011 10010000 101010 101110

Color Harmonies of #44A66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A66B

Black with #44A66B

Text Example


Text Example

White with #44A66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44A66B; }

 p { color: rgb(68,166,107); }

 H1.HeaderClassName
 {
   color: #44A66B;
 }
 .AnyTagClassName
 {
   color: #44A66B;
 }
</style>

background-color css

<style>
 a { background-color: #44A66B; }

 a { background-color: rgb(68,166,107); }

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

border-color css

<style>
 span { border-color: #44A66B; }

 span { border-color: rgb(68,166,107); }

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