#384108

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

Shades of Turtle Green #384108

Tints of Turtle Green #384108

Color information

#384108 (or 0x384108) is unknown color: approx Turtle Green. HEX triplet: 38, 41 and 08. RGB value is (56,65,8). Sum of RGB (Red+Green+Blue) = 56+65+8=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #384108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384108 is #C7BEF7. Grayscale: #383838. Windows color (decimal): -13090552 or 540984. OLE color: 540984.

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

Color convert

RGB56658-
CMYK0.1400.880.75
HSL69.47º78.08%14.31%-
HSV(B)69.47º87.69%25.49%-
XYZ3.574.640.94-
YUV55.81101.02128.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 65 (25.78% from 255) = 50.39%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=43.41%
G=50.39%
B=6.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal566580.1400.880.7569.4778.0814.31
Hex38418E0584B454ee
Octal701011016013011310511616
Binary111000100000110001110010110001001011100010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384108; }

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

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

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

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

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

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

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

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