#374003

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

Shades of Turtle Green #374003

Tints of Turtle Green #374003

Color information

#374003 (or 0x374003) is unknown color: approx Turtle Green. HEX triplet: 37, 40 and 03. RGB value is (55,64,3). Sum of RGB (Red+Green+Blue) = 55+64+3=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #374003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374003 is #C8BFFC. Grayscale: #363636. Windows color (decimal): -13156349 or 213047. OLE color: 213047.

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

Color convert

RGB55643-
CMYK0.1400.950.75
HSL68.85º91.04%13.14%-
HSV(B)68.85º95.31%25.1%-
XYZ3.434.490.77-
YUV54.3699.02128.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=45.08%
G=52.46%
B=2.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal556430.1400.950.7568.8591.0413.14
Hex37403E05F4B455bd
Octal67100316013711310513315
Binary1101111000000111110010111111001011100010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374003; }

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

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

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

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

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

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

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

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