#374121

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

Shades of Turtle Green #374121

Tints of Turtle Green #374121

Color information

#374121 (or 0x374121) is unknown color: approx Turtle Green. HEX triplet: 37, 41 and 21. RGB value is (55,65,33). Sum of RGB (Red+Green+Blue) = 55+65+33=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #374121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374121 is #C8BEDE. Grayscale: #3A3A3A. Windows color (decimal): -13156063 or 2179383. OLE color: 2179383.

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

Color convert

RGB556533-
CMYK0.1500.490.75
HSL78.75º32.65%19.22%-
HSV(B)78.75º49.23%25.49%-
XYZ3.744.72.15-
YUV58.36113.69125.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.95%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 33 (13.28% from 255) = 21.57%
R=35.95%
G=42.48%
B=21.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565330.1500.490.7578.7532.6519.22
Hex374121F0314B4f2113
Octal6710141170611131174123
Binary1101111000001100001111101100011001011100111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374121; }

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

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

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

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

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

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

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

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