#43A26A

Color #43A26A Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #43A26A

Tints of Ocean Green #43A26A

Color information

#43A26A (or 0x43A26A) is unknown color: approx Ocean Green. HEX triplet: 43, A2 and 6A. RGB value is (67,162,106). Sum of RGB (Red+Green+Blue) = 67+162+106=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #43A26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A26A is #BC5D95. Grayscale: #7F7F7F. Windows color (decimal): -12344726 or 6988355. OLE color: 6988355.

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

Color convert

RGB67162106-
CMYK0.5900.350.36
HSL144.63º41.48%44.9%-
HSV(B)144.63º58.64%63.53%-
XYZ17.8428.0718.11-
YUV127.21116.0385.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=20%
G=48.36%
B=31.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal671621060.5900.350.36144.6341.4844.9
Hex43A26A3B0232491292d
Octal10324215273043442215155
Binary1000011101000101101010111011010001110010010010001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43A26A; }

 p { color: rgb(67,162,106); }

 H1.HeaderClassName
 {
   color: #43A26A;
 }
 .AnyTagClassName
 {
   color: #43A26A;
 }
</style>
background-color css

<style>
 a { background-color: #43A26A; }

 a { background-color: rgb(67,162,106); }

 div.DivClassName
 {
   background-color: #43A26A;
 }
 .BgClassName
 {
   background-color: #43A26A;
 }
</style>
border-color css

<style>
 span { border-color: #43A26A; }

 span { border-color: rgb(67,162,106); }

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