#274204

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

Shades of Turtle Green #274204

Tints of Turtle Green #274204

Color information

#274204 (or 0x274204) is unknown color: approx Turtle Green. HEX triplet: 27, 42 and 04. RGB value is (39,66,4). Sum of RGB (Red+Green+Blue) = 39+66+4=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #274204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274204 is #D8BDFB. Grayscale: #333333. Windows color (decimal): -14204412 or 279079. OLE color: 279079.

HSL color Cylindrical-coordinate representation of color #274204: hue angle of 86.13º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #274204 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB39664-
CMYK0.4100.940.74
HSL86.13º88.57%13.73%-
HSV(B)86.13º93.94%25.88%-
XYZ2.814.340.8-
YUV50.86101.55119.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.78%
GREEN value IS 66 (26.17% from 255) = 60.55%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=35.78%
G=60.55%
B=3.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal396640.4100.940.7486.1388.5713.73
Hex274242905E4A5659e
Octal47102451013611212613116
Binary1001111000010100101001010111101001010101011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274204; }

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

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

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

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

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

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

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

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