#384105

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

Shades of Turtle Green #384105

Tints of Turtle Green #384105

Color information

#384105 (or 0x384105) is unknown color: approx Turtle Green. HEX triplet: 38, 41 and 05. RGB value is (56,65,5). Sum of RGB (Red+Green+Blue) = 56+65+5=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #384105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384105 is #C7BEFA. Grayscale: #373737. Windows color (decimal): -13090555 or 344376. OLE color: 344376.

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

Color convert

RGB56655-
CMYK0.1400.920.75
HSL69º85.71%13.73%-
HSV(B)69º92.31%25.49%-
XYZ3.554.630.85-
YUV55.4799.52128.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 65 (25.78% from 255) = 51.59%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=44.44%
G=51.59%
B=3.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal566550.1400.920.756985.7113.73
Hex38415E05C4B4556e
Octal70101516013411310512616
Binary11100010000011011110010111001001011100010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384105; }

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

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

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

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

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

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

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

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