#343918

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

Shades of Turtle Green #343918

Tints of Turtle Green #343918

Color information

#343918 (or 0x343918) is unknown color: approx Turtle Green. HEX triplet: 34, 39 and 18. RGB value is (52,57,24). Sum of RGB (Red+Green+Blue) = 52+57+24=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 57 - color contains mainly: green. Hex color #343918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343918 is #CBC6E7. Grayscale: #333333. Windows color (decimal): -13354728 or 1587508. OLE color: 1587508.

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

Color convert

RGB525724-
CMYK0.0900.580.78
HSL69.09º40.74%15.88%-
HSV(B)69.09º57.89%22.35%-
XYZ3.043.721.42-
YUV51.74112.34128.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 57 (22.66% from 255) = 42.86%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=39.10%
G=42.86%
B=18.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257240.0900.580.7869.0940.7415.88
Hex343918903A4E452910
Octal647130110721161055120
Binary11010011100111000100101110101001110100010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343918; }

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

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

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

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

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

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

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

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