#344000

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

Shades of Turtle Green #344000

Tints of Turtle Green #344000

Color information

#344000 (or 0x344000) is unknown color: approx Turtle Green. HEX triplet: 34, 40 and 00. RGB value is (52,64,0). Sum of RGB (Red+Green+Blue) = 52+64+0=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #344000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344000 is #CBBFFF. Grayscale: #353535. Windows color (decimal): -13352960 or 16436. OLE color: 16436.

HSL color Cylindrical-coordinate representation of color #344000: hue angle of 71.25º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #344000 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB52640-
CMYK0.19010.75
HSL71.25º100%12.55%-
HSV(B)71.25º100%25.1%-
XYZ3.254.40.68-
YUV53.1298.02127.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.83%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.83%
G=55.17%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal526400.19010.7571.2510012.55
Hex34400130644B4764d
Octal64100023014411310714415
Binary1101001000000010011011001001001011100011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344000; }

 p { color: rgb(52,64,0); }

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

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

 a { background-color: rgb(52,64,0); }

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

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

 span { border-color: rgb(52,64,0); }

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