#344308

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

Shades of Turtle Green #344308

Tints of Turtle Green #344308

Color information

#344308 (or 0x344308) is unknown color: approx Turtle Green. HEX triplet: 34, 43 and 08. RGB value is (52,67,8). Sum of RGB (Red+Green+Blue) = 52+67+8=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #344308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344308 is #CBBCF7. Grayscale: #383838. Windows color (decimal): -13352184 or 541492. OLE color: 541492.

HSL color Cylindrical-coordinate representation of color #344308: hue angle of 75.25º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #344308 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB52678-
CMYK0.2200.880.74
HSL75.25º78.67%14.71%-
HSV(B)75.25º88.06%26.27%-
XYZ3.474.760.97-
YUV55.79101.03125.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 67 (26.56% from 255) = 52.76%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=40.94%
G=52.76%
B=6.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal526780.2200.880.7475.2578.6714.71
Hex34438160584A4b4ff
Octal641031026013011211311717
Binary1101001000011100010110010110001001010100101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344308; }

 p { color: rgb(52,67,8); }

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

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

 a { background-color: rgb(52,67,8); }

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

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

 span { border-color: rgb(52,67,8); }

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