#384104

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

Shades of Turtle Green #384104

Tints of Turtle Green #384104

Color information

#384104 (or 0x384104) is unknown color: approx Turtle Green. HEX triplet: 38, 41 and 04. RGB value is (56,65,4). Sum of RGB (Red+Green+Blue) = 56+65+4=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #384104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384104 is #C7BEFB. Grayscale: #373737. Windows color (decimal): -13090556 or 278840. OLE color: 278840.

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

Color convert

RGB56654-
CMYK0.1400.940.75
HSL68.85º88.41%13.53%-
HSV(B)68.85º93.85%25.49%-
XYZ3.544.630.82-
YUV55.3699.02128.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 65 (25.78% from 255) = 52%
BLUE value IS 4 (1.95% from 255) = 3.2%
R=44.8%
G=52%
B=3.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal566540.1400.940.7568.8588.4113.53
Hex38414E05E4B4558e
Octal70101416013611310513016
Binary11100010000011001110010111101001011100010110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384104; }

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

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

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

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

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

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

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

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