#34381F

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

Shades of Turtle Green #34381F

Tints of Turtle Green #34381F

Color information

#34381F (or 0x34381F) is unknown color: approx Turtle Green. HEX triplet: 34, 38 and 1F. RGB value is (52,56,31). Sum of RGB (Red+Green+Blue) = 52+56+31=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 56 - color contains mainly: green. Hex color #34381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34381F is #CBC7E0. Grayscale: #343434. Windows color (decimal): -13354977 or 2046004. OLE color: 2046004.

HSL color Cylindrical-coordinate representation of color #34381F: hue angle of 69.6º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34381F is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB525631-
CMYK0.0700.450.78
HSL69.6º28.74%17.06%-
HSV(B)69.6º44.64%21.96%-
XYZ3.083.661.84-
YUV51.95116.17128.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 56 (22.27% from 255) = 40.29%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=37.41%
G=40.29%
B=22.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256310.0700.450.7869.628.7417.06
Hex34381F702D4E461d11
Octal64703770551161063521
Binary110100111000111111110101101100111010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34381F; }

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

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

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

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

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

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

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

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