#374104

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

Shades of Turtle Green #374104

Tints of Turtle Green #374104

Color information

#374104 (or 0x374104) is unknown color: approx Turtle Green. HEX triplet: 37, 41 and 04. RGB value is (55,65,4). Sum of RGB (Red+Green+Blue) = 55+65+4=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #374104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374104 is #C8BEFB. Grayscale: #373737. Windows color (decimal): -13156092 or 278839. OLE color: 278839.

HSL color Cylindrical-coordinate representation of color #374104: hue angle of 69.84º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #374104 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB55654-
CMYK0.1500.940.75
HSL69.84º88.41%13.53%-
HSV(B)69.84º93.85%25.49%-
XYZ3.494.60.82-
YUV55.0699.19127.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 4 (1.95% from 255) = 3.23%
R=44.35%
G=52.42%
B=3.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal556540.1500.940.7569.8488.4113.53
Hex37414F05E4B4658e
Octal67101417013611310613016
Binary11011110000011001111010111101001011100011010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374104; }

 p { color: rgb(55,65,4); }

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

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

 a { background-color: rgb(55,65,4); }

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

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

 span { border-color: rgb(55,65,4); }

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