#384110

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

Shades of Turtle Green #384110

Tints of Turtle Green #384110

Color information

#384110 (or 0x384110) is unknown color: approx Turtle Green. HEX triplet: 38, 41 and 10. RGB value is (56,65,16). Sum of RGB (Red+Green+Blue) = 56+65+16=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #384110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384110 is #C7BEEF. Grayscale: #383838. Windows color (decimal): -13090544 or 1065272. OLE color: 1065272.

HSL color Cylindrical-coordinate representation of color #384110: hue angle of 71.02º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384110 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB566516-
CMYK0.1400.750.75
HSL71.02º60.49%15.88%-
HSV(B)71.02º75.38%25.49%-
XYZ3.614.661.2-
YUV56.72105.02127.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=40.88%
G=47.45%
B=11.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665160.1400.750.7571.0260.4915.88
Hex384110E04B4B473c10
Octal70101201601131131077420
Binary1110001000001100001110010010111001011100011111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384110; }

 p { color: rgb(56,65,16); }

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

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

 a { background-color: rgb(56,65,16); }

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

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

 span { border-color: rgb(56,65,16); }

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