#374000

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

Shades of Turtle Green #374000

Tints of Turtle Green #374000

Color information

#374000 (or 0x374000) is unknown color: approx Turtle Green. HEX triplet: 37, 40 and 00. RGB value is (55,64,0). Sum of RGB (Red+Green+Blue) = 55+64+0=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #374000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374000 is #C8BFFF. Grayscale: #363636. Windows color (decimal): -13156352 or 16439. OLE color: 16439.

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

Color convert

RGB55640-
CMYK0.14010.75
HSL68.44º100%12.55%-
HSV(B)68.44º100%25.1%-
XYZ3.414.480.68-
YUV54.0197.52128.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.22%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.22%
G=53.78%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal556400.14010.7568.4410012.55
Hex37400E0644B4464d
Octal67100016014411310414415
Binary110111100000001110011001001001011100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374000; }

 p { color: rgb(55,64,0); }

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

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

 a { background-color: rgb(55,64,0); }

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

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

 span { border-color: rgb(55,64,0); }

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