#34381E

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

Shades of Turtle Green #34381E

Tints of Turtle Green #34381E

Color information

#34381E (or 0x34381E) is unknown color: approx Turtle Green. HEX triplet: 34, 38 and 1E. RGB value is (52,56,30). Sum of RGB (Red+Green+Blue) = 52+56+30=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 56 - color contains mainly: green. Hex color #34381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34381E is #CBC7E1. Grayscale: #333333. Windows color (decimal): -13354978 or 1980468. OLE color: 1980468.

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

Color convert

RGB525630-
CMYK0.0700.460.78
HSL69.23º30.23%16.86%-
HSV(B)69.23º46.43%21.96%-
XYZ3.063.651.77-
YUV51.84115.67128.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 56 (22.27% from 255) = 40.58%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=37.68%
G=40.58%
B=21.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256300.0700.460.7869.2330.2316.86
Hex34381E702E4E451e11
Octal64703670561161053621
Binary110100111000111101110101110100111010001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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