#343919

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

Shades of Turtle Green #343919

Tints of Turtle Green #343919

Color information

#343919 (or 0x343919) is unknown color: approx Turtle Green. HEX triplet: 34, 39 and 19. RGB value is (52,57,25). Sum of RGB (Red+Green+Blue) = 52+57+25=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #343919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343919 is #CBC6E6. Grayscale: #333333. Windows color (decimal): -13354727 or 1653044. OLE color: 1653044.

HSL color Cylindrical-coordinate representation of color #343919: hue angle of 69.38º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343919 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB525725-
CMYK0.0900.560.78
HSL69.38º39.02%16.08%-
HSV(B)69.38º56.14%22.35%-
XYZ3.053.731.48-
YUV51.86112.84128.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 25 (10.16% from 255) = 18.66%
R=38.81%
G=42.54%
B=18.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257250.0900.560.7869.3839.0216.08
Hex34391990384E452710
Octal647131110701161054720
Binary11010011100111001100101110001001110100010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343919; }

 p { color: rgb(52,57,25); }

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

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

 a { background-color: rgb(52,57,25); }

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

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

 span { border-color: rgb(52,57,25); }

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