#344B0A

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

Shades of Turtle Green #344B0A

Tints of Turtle Green #344B0A

Color information

#344B0A (or 0x344B0A) is unknown color: approx Turtle Green. HEX triplet: 34, 4B and 0A. RGB value is (52,75,10). Sum of RGB (Red+Green+Blue) = 52+75+10=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 75 (29.69% from 255 or 54.74% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 75 - color contains mainly: green. Hex color #344B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344B0A is #CBB4F5. Grayscale: #3C3C3C. Windows color (decimal): -13350134 or 674612. OLE color: 674612.

HSL color Cylindrical-coordinate representation of color #344B0A: hue angle of 81.23º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #344B0A is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.71.

Color convert

RGB527510-
CMYK0.3100.870.71
HSL81.23º76.47%16.67%-
HSV(B)81.23º86.67%29.41%-
XYZ3.995.781.19-
YUV60.7199.38121.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 75 (29.69% from 255) = 54.74%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=37.96%
G=54.74%
B=7.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5275100.3100.870.7181.2376.4716.67
Hex344BA1F05747514c11
Octal641131237012710712111421
Binary11010010010111010111110101011110001111010001100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344B0A; }

 p { color: rgb(52,75,10); }

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

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

 a { background-color: rgb(52,75,10); }

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

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

 span { border-color: rgb(52,75,10); }

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