#34380C

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

Shades of Turtle Green #34380C

Tints of Turtle Green #34380C

Color information

#34380C (or 0x34380C) is unknown color: approx Turtle Green. HEX triplet: 34, 38 and 0C. RGB value is (52,56,12). Sum of RGB (Red+Green+Blue) = 52+56+12=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #34380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34380C is #CBC7F3. Grayscale: #313131. Windows color (decimal): -13354996 or 800820. OLE color: 800820.

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

Color convert

RGB525612-
CMYK0.0700.790.78
HSL65.45º64.71%13.33%-
HSV(B)65.45º78.57%21.96%-
XYZ2.93.580.89-
YUV49.79106.67129.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 56 (22.27% from 255) = 46.67%
BLUE value IS 12 (5.08% from 255) = 10%
R=43.33%
G=46.67%
B=10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256120.0700.790.7865.4564.7113.33
Hex3438C704F4E4141d
Octal6470147011711610110115
Binary1101001110001100111010011111001110100000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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