#374302

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

Shades of Turtle Green #374302

Tints of Turtle Green #374302

Color information

#374302 (or 0x374302) is unknown color: approx Turtle Green. HEX triplet: 37, 43 and 02. RGB value is (55,67,2). Sum of RGB (Red+Green+Blue) = 55+67+2=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #374302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374302 is #C8BCFD. Grayscale: #383838. Windows color (decimal): -13155582 or 148279. OLE color: 148279.

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

Color convert

RGB55672-
CMYK0.1800.970.74
HSL71.08º94.2%13.53%-
HSV(B)71.08º97.01%26.27%-
XYZ3.594.830.8-
YUV5697.52127.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 67 (26.56% from 255) = 54.03%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=44.35%
G=54.03%
B=1.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal556720.1800.970.7471.0894.213.53
Hex37432120614A475ee
Octal67103222014111210713616
Binary11011110000111010010011000011001010100011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374302; }

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

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

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

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

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

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

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

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