#344100

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

Shades of Turtle Green #344100

Tints of Turtle Green #344100

Color information

#344100 (or 0x344100) is unknown color: approx Turtle Green. HEX triplet: 34, 41 and 00. RGB value is (52,65,0). Sum of RGB (Red+Green+Blue) = 52+65+0=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #344100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344100 is #CBBEFF. Grayscale: #353535. Windows color (decimal): -13352704 or 16692. OLE color: 16692.

HSL color Cylindrical-coordinate representation of color #344100: hue angle of 72º 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 #344100 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB52650-
CMYK0.20010.75
HSL72º100%12.75%-
HSV(B)72º100%25.49%-
XYZ3.314.510.7-
YUV53.797.69126.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 65 (25.78% from 255) = 55.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.44%
G=55.56%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal526500.20010.757210012.75
Hex34410140644B4864d
Octal64101024014411311014415
Binary1101001000001010100011001001001011100100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344100; }

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

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

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

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

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

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

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

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