#374300

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

Shades of Turtle Green #374300

Tints of Turtle Green #374300

Color information

#374300 (or 0x374300) is unknown color: approx Turtle Green. HEX triplet: 37, 43 and 00. RGB value is (55,67,0). Sum of RGB (Red+Green+Blue) = 55+67+0=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #374300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374300 is #C8BCFF. Grayscale: #383838. Windows color (decimal): -13155584 or 17207. OLE color: 17207.

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

Color convert

RGB55670-
CMYK0.18010.74
HSL70.75º100%13.14%-
HSV(B)70.75º100%26.27%-
XYZ3.584.830.74-
YUV55.7796.52127.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 67 (26.56% from 255) = 54.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.08%
G=54.92%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal556700.18010.7470.7510013.14
Hex37430120644A4764d
Octal67103022014411210714415
Binary1101111000011010010011001001001010100011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374300; }

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

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

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

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

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

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

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

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