#38441E

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

Shades of Turtle Green #38441E

Tints of Turtle Green #38441E

Color information

#38441E (or 0x38441E) is unknown color: approx Turtle Green. HEX triplet: 38, 44 and 1E. RGB value is (56,68,30). Sum of RGB (Red+Green+Blue) = 56+68+30=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #38441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38441E is #C7BBE1. Grayscale: #3C3C3C. Windows color (decimal): -13089762 or 1983544. OLE color: 1983544.

HSL color Cylindrical-coordinate representation of color #38441E: hue angle of 78.95º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38441E is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB566830-
CMYK0.1800.560.73
HSL78.95º38.78%19.22%-
HSV(B)78.95º55.88%26.67%-
XYZ3.935.072-
YUV60.08111.02125.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=36.36%
G=44.16%
B=19.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5668300.1800.560.7378.9538.7819.22
Hex38441E12038494f2713
Octal7010436220701111174723
Binary1110001000100111101001001110001001001100111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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