#344B09

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

Shades of Turtle Green #344B09

Tints of Turtle Green #344B09

Color information

#344B09 (or 0x344B09) is unknown color: approx Turtle Green. HEX triplet: 34, 4B and 09. RGB value is (52,75,9). Sum of RGB (Red+Green+Blue) = 52+75+9=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #344B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344B09 is #CBB4F6. Grayscale: #3C3C3C. Windows color (decimal): -13350135 or 609076. OLE color: 609076.

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

Color convert

RGB52759-
CMYK0.3100.880.71
HSL80.91º78.57%16.47%-
HSV(B)80.91º88%29.41%-
XYZ3.985.781.16-
YUV60.698.88121.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 75 (29.69% from 255) = 55.15%
BLUE value IS 9 (3.91% from 255) = 6.62%
R=38.24%
G=55.15%
B=6.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal527590.3100.880.7180.9178.5716.47
Hex344B91F05847514f10
Octal641131137013010712111720
Binary11010010010111001111110101100010001111010001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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