#34370C

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

Shades of Turtle Green #34370C

Tints of Turtle Green #34370C

Color information

#34370C (or 0x34370C) is unknown color: approx Turtle Green. HEX triplet: 34, 37 and 0C. RGB value is (52,55,12). Sum of RGB (Red+Green+Blue) = 52+55+12=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #34370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34370C is #CBC8F3. Grayscale: #313131. Windows color (decimal): -13355252 or 800564. OLE color: 800564.

HSL color Cylindrical-coordinate representation of color #34370C: hue angle of 64.19º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34370C is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB525512-
CMYK0.0500.780.78
HSL64.19º64.18%13.14%-
HSV(B)64.19º78.18%21.57%-
XYZ2.853.490.87-
YUV49.2107.01130-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 55 (21.88% from 255) = 46.22%
BLUE value IS 12 (5.08% from 255) = 10.08%
R=43.70%
G=46.22%
B=10.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5255120.0500.780.7864.1964.1813.14
Hex3437C504E4E4040d
Octal6467145011611610010015
Binary1101001101111100101010011101001110100000010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34370C; }

 p { color: rgb(52,55,12); }

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

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

 a { background-color: rgb(52,55,12); }

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

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

 span { border-color: rgb(52,55,12); }

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