#374110

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

Shades of Turtle Green #374110

Tints of Turtle Green #374110

Color information

#374110 (or 0x374110) is unknown color: approx Turtle Green. HEX triplet: 37, 41 and 10. RGB value is (55,65,16). Sum of RGB (Red+Green+Blue) = 55+65+16=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #374110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374110 is #C8BEEF. Grayscale: #383838. Windows color (decimal): -13156080 or 1065271. OLE color: 1065271.

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

Color convert

RGB556516-
CMYK0.1500.750.75
HSL72.24º60.49%15.88%-
HSV(B)72.24º75.38%25.49%-
XYZ3.564.631.2-
YUV56.42105.19126.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 65 (25.78% from 255) = 47.79%
BLUE value IS 16 (6.64% from 255) = 11.76%
R=40.44%
G=47.79%
B=11.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565160.1500.750.7572.2460.4915.88
Hex374110F04B4B483c10
Octal67101201701131131107420
Binary1101111000001100001111010010111001011100100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374110; }

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

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

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

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

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

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

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

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