#368D4B

Color #368D4B Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #368D4B

Tints of Sea Green #368D4B

Color information

#368D4B (or 0x368D4B) is unknown color: approx Sea Green. HEX triplet: 36, 8D and 4B. RGB value is (54,141,75). Sum of RGB (Red+Green+Blue) = 54+141+75=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #368D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368D4B is #C972B4. Grayscale: #6B6B6B. Windows color (decimal): -13202101 or 4951350. OLE color: 4951350.

HSL color Cylindrical-coordinate representation of color #368D4B: hue angle of 134.48º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368D4B is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB5414175-
CMYK0.6200.470.45
HSL134.48º44.62%38.24%-
HSV(B)134.48º61.7%55.29%-
XYZ12.3220.349.93-
YUV107.46109.6889.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 141 (55.47% from 255) = 52.22%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=20%
G=52.22%
B=27.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54141750.6200.470.45134.4844.6238.24
Hex368D4B3E02F2D862d26
Octal6621511376057552065546
Binary110110100011011001011111110010111110110110000110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368D4B; }

 p { color: rgb(54,141,75); }

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

<style>
 a { background-color: #368D4B; }

 a { background-color: rgb(54,141,75); }

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

<style>
 span { border-color: #368D4B; }

 span { border-color: rgb(54,141,75); }

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