#374A05

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

Shades of Turtle Green #374A05

Tints of Turtle Green #374A05

Color information

#374A05 (or 0x374A05) is unknown color: approx Turtle Green. HEX triplet: 37, 4A and 05. RGB value is (55,74,5). Sum of RGB (Red+Green+Blue) = 55+74+5=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 74 (29.30% from 255 or 55.22% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 74 - color contains mainly: green. Hex color #374A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374A05 is #C8B5FA. Grayscale: #3C3C3C. Windows color (decimal): -13153787 or 346679. OLE color: 346679.

HSL color Cylindrical-coordinate representation of color #374A05: hue angle of 76.52º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #374A05 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB55745-
CMYK0.2600.930.71
HSL76.52º87.34%15.49%-
HSV(B)76.52º93.24%29.02%-
XYZ4.055.721.03-
YUV60.4596.71124.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.04%
GREEN value IS 74 (29.30% from 255) = 55.22%
BLUE value IS 5 (2.34% from 255) = 3.73%
R=41.04%
G=55.22%
B=3.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal557450.2600.930.7176.5287.3415.49
Hex374A51A05D474d57f
Octal67112532013510711512717
Binary110111100101010111010010111011000111100110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374A05; }

 p { color: rgb(55,74,5); }

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

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

 a { background-color: rgb(55,74,5); }

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

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

 span { border-color: rgb(55,74,5); }

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