#374803

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

Shades of Turtle Green #374803

Tints of Turtle Green #374803

Color information

#374803 (or 0x374803) is unknown color: approx Turtle Green. HEX triplet: 37, 48 and 03. RGB value is (55,72,3). Sum of RGB (Red+Green+Blue) = 55+72+3=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #374803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374803 is #C8B7FC. Grayscale: #3B3B3B. Windows color (decimal): -13154301 or 215095. OLE color: 215095.

HSL color Cylindrical-coordinate representation of color #374803: hue angle of 74.78º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #374803 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB55723-
CMYK0.2400.960.72
HSL74.78º92%14.71%-
HSV(B)74.78º95.83%28.24%-
XYZ3.915.450.93-
YUV59.0596.37125.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 3 (1.56% from 255) = 2.31%
R=42.31%
G=55.38%
B=2.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal557230.2400.960.7274.789214.71
Hex3748318060484b5cf
Octal67110330014011011313417
Binary11011110010001111000011000001001000100101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374803; }

 p { color: rgb(55,72,3); }

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

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

 a { background-color: rgb(55,72,3); }

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

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

 span { border-color: rgb(55,72,3); }

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