#384317

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

Shades of Turtle Green #384317

Tints of Turtle Green #384317

Color information

#384317 (or 0x384317) is unknown color: approx Turtle Green. HEX triplet: 38, 43 and 17. RGB value is (56,67,23). Sum of RGB (Red+Green+Blue) = 56+67+23=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #384317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384317 is #C7BCE8. Grayscale: #3A3A3A. Windows color (decimal): -13090025 or 1524536. OLE color: 1524536.

HSL color Cylindrical-coordinate representation of color #384317: hue angle of 75º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #384317 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.

Color convert

RGB566723-
CMYK0.1600.660.74
HSL75º48.89%17.65%-
HSV(B)75º65.67%26.27%-
XYZ3.794.921.56-
YUV58.7107.86126.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 67 (26.56% from 255) = 45.89%
BLUE value IS 23 (9.38% from 255) = 15.75%
R=38.36%
G=45.89%
B=15.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5667230.1600.660.747548.8917.65
Hex384317100424A4b3112
Octal70103272001021121136122
Binary11100010000111011110000010000101001010100101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384317; }

 p { color: rgb(56,67,23); }

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

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

 a { background-color: rgb(56,67,23); }

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

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

 span { border-color: rgb(56,67,23); }

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