#34380D

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

Shades of Turtle Green #34380D

Tints of Turtle Green #34380D

Color information

#34380D (or 0x34380D) is unknown color: approx Turtle Green. HEX triplet: 34, 38 and 0D. RGB value is (52,56,13). Sum of RGB (Red+Green+Blue) = 52+56+13=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #34380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34380D is #CBC7F2. Grayscale: #323232. Windows color (decimal): -13354995 or 866356. OLE color: 866356.

HSL color Cylindrical-coordinate representation of color #34380D: hue angle of 65.58º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34380D is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB525613-
CMYK0.0700.770.78
HSL65.58º62.32%13.53%-
HSV(B)65.58º76.79%21.96%-
XYZ2.93.590.92-
YUV49.9107.17129.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 13 (5.47% from 255) = 10.74%
R=42.98%
G=46.28%
B=10.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256130.0700.770.7865.5862.3213.53
Hex3438D704D4E423ee
Octal647015701151161027616
Binary110100111000110111101001101100111010000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34380D; }

 p { color: rgb(52,56,13); }

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

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

 a { background-color: rgb(52,56,13); }

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

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

 span { border-color: rgb(52,56,13); }

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