#273504

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

Shades of Turtle Green #273504

Tints of Turtle Green #273504

Color information

#273504 (or 0x273504) is unknown color: approx Turtle Green. HEX triplet: 27, 35 and 04. RGB value is (39,53,4). Sum of RGB (Red+Green+Blue) = 39+53+4=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #273504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273504 is #D8CAFB. Grayscale: #2B2B2B. Windows color (decimal): -14207740 or 275751. OLE color: 275751.

HSL color Cylindrical-coordinate representation of color #273504: hue angle of 77.14º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #273504 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB39534-
CMYK0.2600.920.79
HSL77.14º85.96%11.18%-
HSV(B)77.14º92.45%20.78%-
XYZ2.132.990.58-
YUV43.23105.86124.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.62%
GREEN value IS 53 (21.09% from 255) = 55.21%
BLUE value IS 4 (1.95% from 255) = 4.17%
R=40.62%
G=55.21%
B=4.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal395340.2600.920.7977.1485.9611.18
Hex273541A05C4F4d56b
Octal4765432013411711512613
Binary10011111010110011010010111001001111100110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273504; }

 p { color: rgb(39,53,4); }

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

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

 a { background-color: rgb(39,53,4); }

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

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

 span { border-color: rgb(39,53,4); }

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